variables.h
changeset 68 4051f3c8efa2
parent 67 b2b551af3d9f
child 70 60216d94f7c1
--- a/variables.h	Mon Aug 16 18:46:54 2004 +0000
+++ b/variables.h	Mon Aug 16 21:02:06 2004 +0000
@@ -109,6 +109,8 @@
 	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