diff options
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/game_core.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/game_core.cpp b/src/game/game_core.cpp index 566618040..00930cacc 100644 --- a/src/game/game_core.cpp +++ b/src/game/game_core.cpp @@ -94,6 +94,7 @@ delete Game::instance; Game::instance = NULL; + Game::info = NULL; cur_company.Restore(); |