(svn r25553) -Fix [FS#5530]: provide a warning when no vehicles are available, and tell what to do in that case

This commit is contained in:
rubidium
2013-07-02 18:57:26 +00:00
parent 5df686bc16
commit 6272a35c0a
4 changed files with 28 additions and 0 deletions

View File

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