summaryrefslogtreecommitdiff
path: root/settings.c
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-12-02 16:56:32 +0000
committerpeter1138 <peter1138@openttd.org>2006-12-02 16:56:32 +0000
commitacac44820b15d0387cd4b246c3c42d90381acf8c (patch)
tree5e7abf3b12a62b206a4e2ea934e86e51e08cb91e /settings.c
parent71642d464bdd28ffc07eca9293043fa45f0fa659 (diff)
downloadopenttd-acac44820b15d0387cd4b246c3c42d90381acf8c.tar.xz
(svn r7326) -Feature: Add support for gradual (un)loading of vehicles (Maedhros)
Diffstat (limited to 'settings.c')
-rw-r--r--settings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.c b/settings.c
index 4752e5256..8fc10ef9c 100644
--- a/settings.c
+++ b/settings.c
@@ -1335,6 +1335,7 @@ const SettingDesc _patch_settings[] = {
SDT_VAR(Patches, station_spread,SLE_UINT8,0, 0, 12, 4, 64, 0, STR_CONFIG_PATCHES_STATION_SPREAD, InvalidateStationBuildWindow),
SDT_BOOL(Patches, serviceathelipad, 0, 0, true, STR_CONFIG_PATCHES_SERVICEATHELIPAD, NULL),
SDT_BOOL(Patches, modified_catchment, 0, 0, true, STR_CONFIG_PATCHES_CATCHMENT, NULL),
+ SDT_CONDBOOL(Patches, gradual_loading, 40, SL_MAX_VERSION, 0, 0, true, STR_CONFIG_PATCHES_GRADUAL_LOADING, NULL),
/***************************************************************************/
/* Economy section of the GUI-configure patches window */