summaryrefslogtreecommitdiff
path: root/src/gui/outfitwindow.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-12-21 19:29:00 +0300
committerAndrei Karas <akaras@inbox.ru>2012-12-21 19:29:00 +0300
commit24fcf548c2d570d1b23bf799159b64f170f738bd (patch)
tree8edc089f957791d394b0f65cdb6c079b9d2963c1 /src/gui/outfitwindow.h
parentb84d24167a06f5ab15394045600bb79834f3953a (diff)
downloadmv-24fcf548c2d570d1b23bf799159b64f170f738bd.tar.gz
mv-24fcf548c2d570d1b23bf799159b64f170f738bd.tar.bz2
mv-24fcf548c2d570d1b23bf799159b64f170f738bd.tar.xz
mv-24fcf548c2d570d1b23bf799159b64f170f738bd.zip
Fix code style and other small issues.
Diffstat (limited to 'src/gui/outfitwindow.h')
-rw-r--r--src/gui/outfitwindow.h2
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;