summaryrefslogtreecommitdiff
path: root/settings.c
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-08-15 13:21:18 +0000
committerdominik <dominik@openttd.org>2004-08-15 13:21:18 +0000
commit43d691df17d98aa5493e63d9e7e082d975290af8 (patch)
tree28db4e04a1455a8c875507c7a3e92e1af81af191 /settings.c
parentf5e2d7593149e603cb06673151d5799ffe708b23 (diff)
downloadopenttd-43d691df17d98aa5493e63d9e7e082d975290af8.tar.xz
(svn r56) Improved order checker + patch setting for it (celestar)
Diffstat (limited to 'settings.c')
-rw-r--r--settings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.c b/settings.c
index cbd0ffe44..d09431384 100644
--- a/settings.c
+++ b/settings.c
@@ -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)},