diff options
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,8 +68,8 @@ class Game const std::string &getCurrentMapName() { return mMapName; } private: - int mLastTarget; + bool mDisconnected; WindowMenu *mWindowMenu; |