summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2005-09-24 13:56:39 +0000
committerpeter1138 <peter1138@openttd.org>2005-09-24 13:56:39 +0000
commitc02b1d555d36dbce487d2fc32fcef6e1cfd32964 (patch)
tree9c3c0f779426eef44c578e5eff9fd77c8efb5830 /variables.h
parent47de27ab69af44444e481bd867ee93ae3fd77eac (diff)
downloadopenttd-c02b1d555d36dbce487d2fc32fcef6e1cfd32964.tar.xz
(svn r2982) Newgrf: Added patch option for wagon speed limits. This is enabled by default.
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/variables.h b/variables.h
index ec6cb8bfc..0eede15e5 100644
--- a/variables.h
+++ b/variables.h
@@ -115,6 +115,7 @@ typedef struct Patches {
bool nonuniform_stations;// allow nonuniform train stations
bool always_small_airport; // always allow small airports
bool realistic_acceleration; // realistic acceleration for trains
+ bool wagon_speed_limits; // enable wagon speed limits
bool forbid_90_deg; // forbid trains to make 90 deg turns
bool invisible_trees; // don't show trees when buildings are transparent
bool no_servicing_if_no_breakdowns; // dont send vehicles to depot when breakdowns are disabled