From b7e35a7bbd41c39fa675e77b2af6a11bb4d86dd2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 7 Sep 2012 22:09:11 +0300 Subject: Improve constructors in some classes. --- src/gui/outfitwindow.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/gui/outfitwindow.h') diff --git a/src/gui/outfitwindow.h b/src/gui/outfitwindow.h index 19ad53a6f..7ab15c7c1 100644 --- a/src/gui/outfitwindow.h +++ b/src/gui/outfitwindow.h @@ -119,8 +119,10 @@ class OutfitWindow : public Window, private gcn::ActionListener int mBoxWidth; int mBoxHeight; - int mCursorPosX, mCursorPosY; - int mGridWidth, mGridHeight; + int mCursorPosX; + int mCursorPosY; + int mGridWidth; + int mGridHeight; bool mItemClicked; Item *mItemMoved; @@ -135,7 +137,6 @@ class OutfitWindow : public Window, private gcn::ActionListener int mCurrentOutfit; int mAwayOutfit; - Image *mBackgroundImg; gcn::Color mBorderColor; gcn::Color mBackgroundColor; -- cgit v1.2.3-60-g2f50