summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-13 13:56:12 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-13 13:58:33 +0300
commit0faf49cf2c2290e070f34c3f73973642a8e8c96c (patch)
tree69a4a9e14135b649f632130479461b386609703e /src/client.h
parent0c53763c1eb42b9567459451ce47ef7239e151c6 (diff)
downloadplus-0faf49cf2c2290e070f34c3f73973642a8e8c96c.tar.gz
plus-0faf49cf2c2290e070f34c3f73973642a8e8c96c.tar.bz2
plus-0faf49cf2c2290e070f34c3f73973642a8e8c96c.tar.xz
plus-0faf49cf2c2290e070f34c3f73973642a8e8c96c.zip
fix code style and compilation warnings.
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/client.h b/src/client.h
index d9229c271..8110349c5 100644
--- a/src/client.h
+++ b/src/client.h
@@ -415,20 +415,20 @@ private:
SDL_TimerID mLogicCounterId;
SDL_TimerID mSecondsCounterId;
- bool mLimitFps;
- bool mConfigAutoSaved;
- bool mIsMinimized;
- bool mInputFocused;
- bool mMouseFocused;
- float mGuiAlpha;
std::string mCaption;
- bool mNewMessageFlag;
FPSmanager mFpsManager;
Skin *mSkin;
int mButtonPadding;
int mButtonSpacing;
int mKeyboardHeight;
std::string mOldUpdates;
+ float mGuiAlpha;
+ bool mLimitFps;
+ bool mConfigAutoSaved;
+ bool mIsMinimized;
+ bool mInputFocused;
+ bool mMouseFocused;
+ bool mNewMessageFlag;
};
#endif // CLIENT_H