summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/Game.cpp')
-rw-r--r--StarsEx/Game.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/StarsEx/Game.cpp b/StarsEx/Game.cpp
index d4de97c..4fda01e 100644
--- a/StarsEx/Game.cpp
+++ b/StarsEx/Game.cpp
@@ -34,7 +34,8 @@ const double MAX_FRAME_TIME_NORMAL = 1.0 / 5.0;
Game::Game() :
world(0),
status(Game::OK),
- exit_code(0)
+ exit_code(0),
+ game_mode(MENU_MODE)
{
Clock::Init();
if (!game) {