summaryrefslogtreecommitdiff
path: root/src/variables.h
diff options
context:
space:
mode:
authormaedhros <maedhros@openttd.org>2007-01-15 22:18:35 +0000
committermaedhros <maedhros@openttd.org>2007-01-15 22:18:35 +0000
commit895cc4fa47a706f85176f19985d0a4f32313d937 (patch)
tree0a7c7a59463925d388434ef7010b35b7d6b0f50f /src/variables.h
parentb4f128b5f0e40da869feb2bce77cb9bcd3b3370f (diff)
downloadopenttd-895cc4fa47a706f85176f19985d0a4f32313d937.tar.xz
(svn r8151) -Feature: Automatically build semaphores before a configurable date, which can be set by each network player seperately.
Diffstat (limited to 'src/variables.h')
-rw-r--r--src/variables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/variables.h b/src/variables.h
index 4a9c8cecd..049730f43 100644
--- a/src/variables.h
+++ b/src/variables.h
@@ -186,6 +186,7 @@ typedef struct Patches {
uint8 map_y;
byte drag_signals_density; // many signals density
+ Year semaphore_build_before; // Build semaphore signals automatically before this year
bool ainew_active; // Is the new AI active?
bool ai_in_multiplayer; // Do we allow AIs in multiplayer