(svn r56) Improved order checker + patch setting for it (celestar)

This commit is contained in:
dominik
2004-08-15 13:21:18 +00:00
parent f5e2d75931
commit 43d691df17
7 changed files with 85 additions and 63 deletions

View File

@@ -795,6 +795,7 @@ static const SettingDesc patch_settings[] = {
{"join_stations", SDT_BOOL, (void*)true, (void*)offsetof(Patches, join_stations) },
{"station_spread", SDT_UINT8, (void*)12, (void*)offsetof(Patches, station_spread) },
{"full_load_any", SDT_BOOL, (void*)true, (void*)offsetof(Patches, full_load_any)},
{"order_review_system", SDT_UINT8, (void*)2, (void*)offsetof(Patches, order_review_system)},
{"inflation", SDT_BOOL, (void*)true, (void*)offsetof(Patches, inflation)},
{"selectgoods", SDT_BOOL, (void*)true, (void*)offsetof(Patches, selectgoods)},