summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 39a4e1a0f..b68dcc2c0 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -214,6 +214,11 @@ 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
+
+ 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?
+ uint32 clear_per_64k_frames; ///< how many tiles may, over a long period, be cleared per 65536 frames?
+ uint16 clear_frame_burst; ///< how many tiles may, over a short period, be cleared?
};
/** Settings related to the AI. */