summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authormaedhros <maedhros@openttd.org>2007-04-28 15:06:32 +0000
committermaedhros <maedhros@openttd.org>2007-04-28 15:06:32 +0000
commit6ebe60fc175ac374bf19f29fee1719b06e80a6b7 (patch)
treea1d7c41f3672e960253e07e51c7438be0bba480c /src/settings_gui.cpp
parent57ad2dd0fbf5292cf6b9386544272414d34d0da3 (diff)
downloadopenttd-6ebe60fc175ac374bf19f29fee1719b06e80a6b7.tar.xz
(svn r9734) -Feature: Add an option to automatically pause when starting a new game.
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index 09e9fe3f6..5ac040c2b 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -596,6 +596,7 @@ static const char *_patches_ui[] = {
* Since it's also able to completely disable the scrollwheel will we display it on all platforms anyway */
"scrollwheel_scrolling",
"scrollwheel_multiplier",
+ "pause_on_newgame",
};
static const char *_patches_construction[] = {