diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 14 |
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 |