summaryrefslogtreecommitdiff
path: root/settings.c
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-08-10 17:06:10 +0000
committerdominik <dominik@openttd.org>2004-08-10 17:06:10 +0000
commita9413b12a25ca3f2fca654084c3cbea621fd5255 (patch)
tree5421e00c45fc19d328d757ae60340f92865fabef /settings.c
parentee4511a83604e0f9f3fff8ad36bd433f6262106c (diff)
downloadopenttd-a9413b12a25ca3f2fca654084c3cbea621fd5255.tar.xz
(svn r12) Change: removed patch no_train_service. Instead you can set the default service interval for any vehicle type to 'disabled'.
Diffstat (limited to 'settings.c')
-rw-r--r--settings.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings.c b/settings.c
index 4dd5f3538..5275fb15b 100644
--- a/settings.c
+++ b/settings.c
@@ -797,7 +797,6 @@ static const SettingDesc patch_settings[] = {
{"full_load_any", SDT_BOOL, (void*)true, (void*)offsetof(Patches, full_load_any)},
{"inflation", SDT_BOOL, (void*)true, (void*)offsetof(Patches, inflation)},
- {"no_train_service", SDT_BOOL, (void*)false, (void*)offsetof(Patches, no_train_service)},
{"selectgoods", SDT_BOOL, (void*)true, (void*)offsetof(Patches, selectgoods)},
{"longbridges", SDT_BOOL, (void*)false, (void*)offsetof(Patches, longbridges)},
{"gotodepot", SDT_BOOL, (void*)true, (void*)offsetof(Patches, gotodepot)},