diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-07 17:00:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-07 17:07:42 +0300 |
commit | 60ad04e80489e73a0765530dbfffc18322043b1c (patch) | |
tree | 1018764a38a68418519d7606c43e20fea85ed161 /src/game.h | |
parent | 422d65e9407eb9a7ed18b894ad665a7925397ebf (diff) | |
download | plus-60ad04e80489e73a0765530dbfffc18322043b1c.tar.gz plus-60ad04e80489e73a0765530dbfffc18322043b1c.tar.bz2 plus-60ad04e80489e73a0765530dbfffc18322043b1c.tar.xz plus-60ad04e80489e73a0765530dbfffc18322043b1c.zip |
Create events manager class.
Move events logging into EventsManager.
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game.h b/src/game.h index b7db9c7b9..1d7c6821f 100644 --- a/src/game.h +++ b/src/game.h @@ -140,7 +140,6 @@ class Game final bool mAdjustPerfomance; int mLowerCounter; int mPing; - bool mLogInput; int mTime; static Game *mInstance; |