summaryrefslogtreecommitdiff
path: root/settings_gui.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
commite0a8b214040d02d01e30306437698f6368be7721 (patch)
tree6bc51ff3cc00d07dfbf0b802b04b92b9f6ae0c9d /settings_gui.c
parent5bc88291674da0681f66809a1c2be384555c8540 (diff)
downloadopenttd-e0a8b214040d02d01e30306437698f6368be7721.tar.xz
(svn r1441) Fixed a couple of warnings, and removed a pointless assert
Diffstat (limited to 'settings_gui.c')
-rw-r--r--settings_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings_gui.c b/settings_gui.c
index 4d862f425..b607d2960 100644
--- a/settings_gui.c
+++ b/settings_gui.c
@@ -669,7 +669,7 @@ static const PatchEntry _patches_stations[] = {
{PE_BOOL, 0, STR_CONFIG_PATCHES_NONUNIFORM_STATIONS, "nonuniform_stations", &_patches.nonuniform_stations, 0, 0, 0, NULL},
{PE_UINT8, 0, STR_CONFIG_PATCHES_STATION_SPREAD, "station_spread", &_patches.station_spread, 4, 64, 1, NULL},
{PE_BOOL, 0, STR_CONFIG_PATCHES_SERVICEATHELIPAD, "service_at_helipad", &_patches.serviceathelipad, 0, 0, 0, NULL},
- {PE_BOOL, 0, STR_CONFIG_PATCHES_CATCHMENT, "modified_catchment", &_patches.modified_catchment},
+ {PE_BOOL, 0, STR_CONFIG_PATCHES_CATCHMENT, "modified_catchment", &_patches.modified_catchment, 0, 0, 0, NULL},
};