File diff r7640:7448cde64dcb → r7641:2b26b5be3fd7
src/variables.h
Show inline comments
 
@@ -239,12 +239,14 @@ struct Patches {
 
	TownLayoutByte town_layout;  ///< Select town layout
 

	
 
	bool timetabling;        ///< Whether to allow timetabling.
 
	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;
 

	
 

	
 
struct Cheat {