summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 6e8e44973..554e7dbf1 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -820,6 +820,8 @@ static void MakeNewGameDone()
}
#endif /* ENABLE_NETWORK */
+ if (_settings_client.gui.pause_on_newgame) DoCommandP(0, PM_PAUSED_NORMAL, 1, CMD_PAUSE);
+
MarkWholeScreenDirty();
}