Chunnel: Add setting to enable construction, default off.

This commit is contained in:
Jonathan G Rennison
2017-03-04 13:23:52 +00:00
parent 02b33e7f64
commit 212f6ce6ef
5 changed files with 16 additions and 1 deletions

View File

@@ -355,6 +355,7 @@ struct ConstructionSettings {
byte simulated_wormhole_signals; ///< simulate signals in tunnel
bool enable_build_river; ///< enable building rivers in-game
uint8 road_custom_bridge_heads; ///< allow construction of road custom bridge heads
bool chunnel; ///< allow construction of tunnels under water
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?