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 b411f2b0f..ec49fafe1 100644 --- a/src/game.h +++ b/src/game.h @@ -134,6 +134,7 @@ class Game int mAdjustLevel; bool mAdjustPerfomance; int mLowerCounter; + int mPing; static Game *mInstance; }; |