From a9413b12a25ca3f2fca654084c3cbea621fd5255 Mon Sep 17 00:00:00 2001 From: dominik Date: Tue, 10 Aug 2004 17:06:10 +0000 Subject: (svn r12) Change: removed patch no_train_service. Instead you can set the default service interval for any vehicle type to 'disabled'. --- settings.c | 1 - 1 file changed, 1 deletion(-) (limited to 'settings.c') 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)}, -- cgit v1.2.3-54-g00ecf