src/variables.h
changeset 8137 67a9579abd74
parent 8078 bdf94bf88568
child 8139 16ad832aa538
--- a/src/variables.h	Wed Sep 26 14:32:06 2007 +0000
+++ b/src/variables.h	Wed Sep 26 16:12:43 2007 +0000
@@ -242,6 +242,8 @@
 	bool timetable_in_ticks; ///< Whether to show the timetable in ticks rather than days.
 
 	bool autoslope;          ///< Allow terraforming under things.
+
+	bool mod_road_rebuild;   ///< Roadworks remove unneccesary RoadBits
 };
 
 VARDEF Patches _patches;