diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-21 19:29:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-21 19:29:00 +0300 |
commit | 24fcf548c2d570d1b23bf799159b64f170f738bd (patch) | |
tree | 8edc089f957791d394b0f65cdb6c079b9d2963c1 /src/gui/outfitwindow.h | |
parent | b84d24167a06f5ab15394045600bb79834f3953a (diff) | |
download | plus-24fcf548c2d570d1b23bf799159b64f170f738bd.tar.gz plus-24fcf548c2d570d1b23bf799159b64f170f738bd.tar.bz2 plus-24fcf548c2d570d1b23bf799159b64f170f738bd.tar.xz plus-24fcf548c2d570d1b23bf799159b64f170f738bd.zip |
Fix code style and other small issues.
Diffstat (limited to 'src/gui/outfitwindow.h')
-rw-r--r-- | src/gui/outfitwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/outfitwindow.h b/src/gui/outfitwindow.h index c70d97fa6..2893c8495 100644 --- a/src/gui/outfitwindow.h +++ b/src/gui/outfitwindow.h @@ -115,6 +115,7 @@ class OutfitWindow final : public Window, private gcn::ActionListener Label *mCurrentLabel; CheckBox *mUnequipCheck; CheckBox *mAwayOutfitCheck; + int mCurrentOutfit; Label *mKeyLabel; int getIndexFromGrid(const int pointX, @@ -137,7 +138,6 @@ class OutfitWindow final : public Window, private gcn::ActionListener int mItemSelected; unsigned char mItemColorSelected; - int mCurrentOutfit; int mAwayOutfit; gcn::Color mBorderColor; |