(svn r12) Change: removed patch no_train_service. Instead you can set the default service interval for any vehicle type to 'disabled'.

This commit is contained in:
dominik
2004-08-10 17:06:10 +00:00
parent ee4511a836
commit a9413b12a2
8 changed files with 27 additions and 15 deletions

View File

@@ -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)},