(svn r26729) -Feature: Warn about missing industries after generating a map.

This commit is contained in:
alberth
2014-08-13 19:31:45 +00:00
parent aaf44731fb
commit 87dd209784
4 changed files with 27 additions and 0 deletions

View File

@@ -958,6 +958,7 @@ static void MakeNewGameDone()
if (_settings_client.gui.pause_on_newgame) DoCommandP(0, PM_PAUSED_NORMAL, 1, CMD_PAUSE);
CheckEngines();
CheckIndustries();
MarkWholeScreenDirty();
}