summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-08-16 21:02:06 +0000
committerdarkvater <darkvater@openttd.org>2004-08-16 21:02:06 +0000
commit31911a93255dbe14137b7ac1faeb405862bd2530 (patch)
tree9aaa10a76f27b3f53d5836ddb9573a69eef5eb17 /variables.h
parent255a1ad941f4f852b65257cf179294ee4f5acdd4 (diff)
downloadopenttd-31911a93255dbe14137b7ac1faeb405862bd2530.tar.xz
(svn r69) -Feature: align toolbar left/center/right patch (TrueLight)
-Feature: added callback feature to patches options
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/variables.h b/variables.h
index 9efd25bca..cc8b6acc9 100644
--- a/variables.h
+++ b/variables.h
@@ -109,6 +109,8 @@ 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
+
+ uint8 toolbar_pos; // position of toolbars, 0=left, 1=center, 2=right
byte max_trains; //max trains in game per player (these are 8bit because the unitnumber field can't hold more)
byte max_roadveh; //max trucks in game per player