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 023796290..ad9285931 100644 --- a/src/game.h +++ b/src/game.h @@ -135,6 +135,7 @@ class Game final int mLowerCounter; int mPing; int mTime; + int mTime2; static Game *mInstance; }; |