diff -r d1a4486be2fd -r 67a9579abd74 src/variables.h --- 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;