settings.c
changeset 156 8fef5e5752d6
parent 124 3da466676241
child 179 003096efeb9d
--- a/settings.c	Fri Sep 03 21:48:21 2004 +0000
+++ b/settings.c	Sat Sep 04 13:06:09 2004 +0000
@@ -835,6 +835,7 @@
 	{"max_aircraft", SDT_UINT8, (void*)40,(void*)offsetof(Patches, max_aircraft)},
 	{"max_ships", SDT_UINT8, (void*)50,(void*)offsetof(Patches, max_ships)},
 
+	{"servint_ispercent", SDT_BOOL, (void*)false,(void*)offsetof(Patches, servint_ispercent)},
 	{"servint_trains", SDT_UINT16, (void*)150,(void*)offsetof(Patches, servint_trains)},
 	{"servint_roadveh", SDT_UINT16, (void*)150,(void*)offsetof(Patches, servint_roadveh)},
 	{"servint_ships", SDT_UINT16, (void*)360,(void*)offsetof(Patches, servint_ships)},