summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-07-02 18:57:26 +0000
committerrubidium <rubidium@openttd.org>2013-07-02 18:57:26 +0000
commit1efc64fa7d4cbf4cfbc6d1ed3c7d6bd87e309a16 (patch)
tree8883bdeaaf80f410869733a6eb3b482e3d28ee11 /src/openttd.cpp
parent79ddda1b104515871dfa87db9b8ab0bd51064e73 (diff)
downloadopenttd-1efc64fa7d4cbf4cfbc6d1ed3c7d6bd87e309a16.tar.xz
(svn r25553) -Fix [FS#5530]: provide a warning when no vehicles are available, and tell what to do in that case
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 0c236a9d6..07124b84f 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -926,6 +926,7 @@ static void MakeNewGameDone()
if (_settings_client.gui.pause_on_newgame) DoCommandP(0, PM_PAUSED_NORMAL, 1, CMD_PAUSE);
+ CheckEngines();
MarkWholeScreenDirty();
}