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
commite91bbdd491547e0e3dd90bdbb1c7a8fae8a63856 (patch)
tree0a7c7a59463925d388434ef7010b35b7d6b0f50f /src/variables.h
parent8e8c72b8e14874c94fd2803df9606a1978e88aa3 (diff)
downloadopenttd-e91bbdd491547e0e3dd90bdbb1c7a8fae8a63856.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