From 0faf49cf2c2290e070f34c3f73973642a8e8c96c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 13 May 2013 13:56:12 +0300 Subject: fix code style and compilation warnings. --- src/client.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/client.h') 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 -- cgit v1.2.3-60-g2f50