summaryrefslogtreecommitdiff
path: root/src/variables.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/variables.h')
-rw-r--r--src/variables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/variables.h b/src/variables.h
index 5fbd6ee26..0b385bb73 100644
--- a/src/variables.h
+++ b/src/variables.h
@@ -242,6 +242,8 @@ struct Patches {
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;