summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game.h b/src/game.h
index 3287ff43..d9797a33 100644
--- a/src/game.h
+++ b/src/game.h
@@ -84,11 +84,11 @@ class Game
private:
int mLastTarget;
- bool mDisconnected;
+ bool mDisconnected = false;
WindowMenu *mWindowMenu;
- Map *mCurrentMap;
+ Map *mCurrentMap = nullptr;
std::string mMapName;
static Game *mInstance;