settings.c
changeset 55 73fae6c6568e
parent 26 4c08274a29dc
child 58 b9fdcc9b5c90
--- a/settings.c	Sat Aug 14 22:49:02 2004 +0000
+++ b/settings.c	Sun Aug 15 13:21:18 2004 +0000
@@ -795,6 +795,7 @@
 	{"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)},