(svn r21959) -Change: replace longbridges with custom maximum bridge and tunnel length setting

This commit is contained in:
rubidium
2011-02-04 15:37:23 +00:00
parent 4355231f67
commit 46b3d114a8
10 changed files with 37 additions and 34 deletions

View File

@@ -201,7 +201,8 @@ struct GameCreationSettings {
struct ConstructionSettings {
bool build_on_slopes; ///< allow building on slopes
bool autoslope; ///< allow terraforming under things
bool longbridges; ///< allow 100 tile long bridges
uint16 max_bridge_length; ///< maximum length of bridges
uint16 max_tunnel_length; ///< maximum length of tunnels
bool signal_side; ///< show signals on right side
bool extra_dynamite; ///< extra dynamite
bool road_stop_on_town_road; ///< allow building of drive-through road stops on town owned roads