(svn r26880) -Add: stub settings for limiting bridge and map height

This commit is contained in:
rubidium
2014-09-21 11:27:34 +00:00
parent dc2b4f2498
commit ab3660278a
5 changed files with 35 additions and 0 deletions

View File

@@ -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