summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
index a78c740a4..c40c202d3 100644
--- a/src/game.h
+++ b/src/game.h
@@ -140,6 +140,7 @@ class Game final
int mLowerCounter;
int mPing;
bool mLogInput;
+ int mTime;
static Game *mInstance;
};