summaryrefslogtreecommitdiff
path: root/src/game/game_core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game_core.cpp')
-rw-r--r--src/game/game_core.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/game_core.cpp b/src/game/game_core.cpp
index 00930cacc..add5c7fd8 100644
--- a/src/game/game_core.cpp
+++ b/src/game/game_core.cpp
@@ -153,6 +153,7 @@
if (Game::instance != NULL) {
delete Game::instance;
Game::instance = NULL;
+ Game::info = NULL;
}
} else if (Game::instance != NULL) {
Game::info = _settings_game.game_config->GetInfo();