File diff r25078:95767d321ffb → r25079:09d645764ffe
src/settings_type.h
Show inline comments
 
@@ -313,13 +313,13 @@ struct GameCreationSettings {
 
	byte   river_route_random;               ///< the amount of randomicity for the route finding
 
	byte   amount_of_rivers;                 ///< the amount of rivers
 
};
 

	
 
/** Settings related to construction in-game */
 
struct ConstructionSettings {
 
	uint8  max_heightlevel;                  ///< maximum allowed heightlevel
 
	uint8  map_height_limit;                 ///< the maximum allowed heightlevel
 
	bool   build_on_slopes;                  ///< allow building on slopes
 
	bool   autoslope;                        ///< allow terraforming under things
 
	uint16 max_bridge_length;                ///< maximum length of bridges
 
	byte   max_bridge_height;                ///< maximum height of bridges
 
	uint16 max_tunnel_length;                ///< maximum length of tunnels
 
	byte   train_signal_side;                ///< show signals on left / driving / right side