summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2014-08-13 19:31:45 +0000
committeralberth <alberth@openttd.org>2014-08-13 19:31:45 +0000
commit87dd209784d44a60805ef071423f8de9052cec97 (patch)
tree657b28d304dd7a1010419b1d865b1d190eb67e3d /src/openttd.cpp
parentaaf44731fb60114fd1670a36d17c0c6d14e592a4 (diff)
downloadopenttd-87dd209784d44a60805ef071423f8de9052cec97.tar.xz
(svn r26729) -Feature: Warn about missing industries after generating a map.
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 f289545ec..c430cf67e 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -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();
}