diff options
Diffstat (limited to 'variables.h')
-rw-r--r-- | variables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/variables.h b/variables.h index f26255263..7a6d33814 100644 --- a/variables.h +++ b/variables.h @@ -118,6 +118,7 @@ typedef struct Patches { byte max_aircraft; //max planes in game per player byte max_ships; //max ships in game per player + bool servint_ispercent; // service intervals are in percents uint16 servint_trains; // service interval for trains uint16 servint_roadveh; // service interval for road vehicles uint16 servint_aircraft;// service interval for aircraft |