summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/variables.h b/variables.h
index ba7c8725e..3e9fb57db 100644
--- a/variables.h
+++ b/variables.h
@@ -120,7 +120,8 @@ typedef struct Patches {
uint16 servint_ships; // service interval for ships
bool autorenew;
- uint16 autorenew_months;
+ int16 autorenew_months;
+ int32 autorenew_money;
bool new_pathfinding; // use optimized pathfinding algoritm for trains
byte pf_maxdepth; // maximum recursion depth when searching for a train route for new pathfinder