summaryrefslogtreecommitdiff
path: root/src/variables.h
diff options
context:
space:
mode:
authormaedhros <maedhros@openttd.org>2007-05-23 17:33:03 +0000
committermaedhros <maedhros@openttd.org>2007-05-23 17:33:03 +0000
commit39016328cc92a50fec27ccf692838c2c4c26088f (patch)
tree73a8ef6355c7f911d98b6c9474351d089241fe55 /src/variables.h
parent22c33370719b30366223a605d3345fb5b2323454 (diff)
downloadopenttd-39016328cc92a50fec27ccf692838c2c4c26088f.tar.xz
(svn r9905) -Feature: Allow building new stations adjacent to existing stations by holding down control. Based on a patch by Wolf01.
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 6b79367d1..4c5aaf8e5 100644
--- a/src/variables.h
+++ b/src/variables.h
@@ -118,6 +118,7 @@ struct Patches {
byte se_flat_world_height; // land height a flat world gets in SE
bool bribe; // enable bribing the local authority
bool nonuniform_stations; // allow nonuniform train stations
+ bool adjacent_stations; // allow stations to be built directly adjacent to other stations
bool always_small_airport; // always allow small airports
bool realistic_acceleration; // realistic acceleration for trains
bool wagon_speed_limits; // enable wagon speed limits