mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-01 02:49:10 +00:00
(svn r23747) -Fix (r23746): forgot one more case
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user