Custom bridge heads: Add savegame version and setting.

This commit is contained in:
Jonathan G Rennison
2017-02-05 12:47:34 +00:00
parent 3b45419a16
commit 1f727e9029
7 changed files with 24 additions and 0 deletions

View File

@@ -311,6 +311,7 @@ struct ConstructionSettings {
bool freeform_edges; ///< allow terraforming the tiles at the map edges
uint8 extra_tree_placement; ///< (dis)allow building extra trees in-game
uint8 command_pause_level; ///< level/amount of commands that can't be executed while paused
uint8 road_custom_bridge_heads; ///< allow construction of road custom bridge heads
uint32 terraform_per_64k_frames; ///< how many tile heights may, over a long period, be terraformed per 65536 frames?
uint16 terraform_frame_burst; ///< how many tile heights may, over a short period, be terraformed?