(svn r26880) -Add: stub settings for limiting bridge and map height
This commit is contained in:
@@ -296,9 +296,11 @@ struct GameCreationSettings {
|
||||
|
||||
/** Settings related to construction in-game */
|
||||
struct ConstructionSettings {
|
||||
uint8 max_heightlevel; ///< 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
|
||||
bool extra_dynamite; ///< extra dynamite
|
||||
|
Reference in New Issue
Block a user