summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-06-25 19:13:55 +0000
committerrubidium <rubidium@openttd.org>2007-06-25 19:13:55 +0000
commitf40646bf82f61aa24235fa60e57c6607a54be416 (patch)
tree876c5604e0a8e4c90ab0fe50fdcd128feef0fca5 /src/settings_gui.cpp
parent6b642ced3399c9491d84c3d9c3280068ecbb56ef (diff)
downloadopenttd-f40646bf82f61aa24235fa60e57c6607a54be416.tar.xz
(svn r10329) -Feature [FS#812]: (patch) option to select the "default" rail type when you start a new game or load a game. This is done either static, i.e. rail, electrified rail, monorail and maglev, or dynamic which takes either the first or last available railtype or the railtype that is used most on the map.
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 8148f61df..e134a3540 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -654,6 +654,7 @@ static const char *_patches_ui[] = {
"advanced_vehicle_list",
"loading_indicators",
"timetable_in_ticks",
+ "default_rail_type",
};
static const char *_patches_construction[] = {