diff options
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h index 353729091..27e3c72b3 100644 --- a/src/game.h +++ b/src/game.h @@ -139,6 +139,7 @@ class Game final bool mAdjustPerfomance; int mLowerCounter; int mPing; + bool mLogInput; static Game *mInstance; }; |