(svn r1441) Fixed a couple of warnings, and removed a pointless assert

This commit is contained in:
celestar
2005-01-09 10:04:30 +00:00
parent e17a8989cf
commit 86c3bfd66d
3 changed files with 2 additions and 4 deletions

View File

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