summaryrefslogtreecommitdiff
path: root/settings.c
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2005-01-09 10:04:30 +0000
committercelestar <celestar@openttd.org>2005-01-09 10:04:30 +0000
commit86c3bfd66da0dff9bfae871ee8bb457800659eeb (patch)
tree6bc51ff3cc00d07dfbf0b802b04b92b9f6ae0c9d /settings.c
parente17a8989cf87ee7b94199873429b238e9c0c8d62 (diff)
downloadopenttd-86c3bfd66da0dff9bfae871ee8bb457800659eeb.tar.xz
(svn r1441) Fixed a couple of warnings, and removed a pointless assert
Diffstat (limited to 'settings.c')
-rw-r--r--settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.c b/settings.c
index 552fc4ea5..3fab00e3a 100644
--- a/settings.c
+++ b/settings.c
@@ -838,7 +838,7 @@ const SettingDesc patch_settings[] = {
{"join_stations", SDT_BOOL, (void*)true, &_patches.join_stations, NULL},
{"station_spread", SDT_UINT8, (void*)12, &_patches.station_spread, NULL},
{"full_load_any", SDT_BOOL, (void*)true, &_patches.full_load_any, NULL},
- {"modified_catchment", SDT_BOOL, (void*)true, &_patches.modified_catchment},
+ {"modified_catchment", SDT_BOOL, (void*)true, &_patches.modified_catchment, NULL},
{"inflation", SDT_BOOL, (void*)true, &_patches.inflation, NULL},