summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/variables.h b/variables.h
index 4533d81db..71d70d7b3 100644
--- a/variables.h
+++ b/variables.h
@@ -180,6 +180,9 @@ typedef struct Patches {
byte wait_oneway_signal; //waitingtime in days before a oneway signal
byte wait_twoway_signal; //waitingtime in days before a twoway signal
+ uint map_x; // Size of map
+ uint map_y;
+
byte drag_signals_density; // many signals density
bool ainew_active; // Is the new AI active?