(svn r24134) -Add: Configurable limits for tree planting.
This commit is contained in:
@@ -254,6 +254,8 @@ struct ConstructionSettings {
|
||||
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?
|
||||
uint32 tree_per_64k_frames; ///< how many trees may, over a long period, be planted per 65536 frames?
|
||||
uint16 tree_frame_burst; ///< how many trees may, over a short period, be planted?
|
||||
};
|
||||
|
||||
/** Settings related to the AI. */
|
||||
|
Reference in New Issue
Block a user