src/variables.h
changeset 7582 9f23c01ae23d
parent 7560 f7b5ab184882
child 7673 3ab9344bd532
--- a/src/variables.h	Wed Jun 27 10:02:55 2007 +0000
+++ b/src/variables.h	Wed Jun 27 14:15:48 2007 +0000
@@ -139,6 +139,7 @@
 	uint8 toolbar_pos;                  // position of toolbars, 0=left, 1=center, 2=right
 	uint8 window_snap_radius;           // Windows snap at each other if closer than this
 
+	bool always_build_infrastructure;   ///< Always allow building of infrastructure, even when you do not have the vehicles for it
 	UnitID max_trains;                  // max trains in game per player (these are 16bit because the unitnumber field can't hold more)
 	UnitID max_roadveh;                 // max trucks in game per player
 	UnitID max_aircraft;                // max planes in game per player