File diff r7640:7448cde64dcb → r7641:2b26b5be3fd7
src/variables.h
Show inline comments
 
@@ -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;