Import reduced tree patch

http://www.tt-forums.net/viewtopic.php?p=890778#p890778

Update to recent trunk, use extended savegame framework.
Add setting help text, tweak setting name.
Pre-calculate tree growth probabilities.
This commit is contained in:
patch-import
2016-01-25 23:27:08 +00:00
committed by Jonathan G Rennison
parent 9826c2481e
commit c5f9d8b6de
5 changed files with 33 additions and 1 deletions

View File

@@ -359,6 +359,7 @@ struct ConstructionSettings {
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?
uint8 tree_growth_rate; ///< tree growth rate
};
/** Settings related to the AI. */