(svn r24134) -Add: Configurable limits for tree planting.

This commit is contained in:
michi_cc
2012-04-17 19:43:52 +00:00
parent 1a9a7b068d
commit 07f32df363
8 changed files with 53 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ struct CompanyProperties {
uint32 terraform_limit; ///< Amount of tileheights we can (still) terraform (times 65536).
uint32 clear_limit; ///< Amount of tiles we can (still) clear (times 65536).
uint32 tree_limit; ///< Amount of trees we can (still) plant (times 65536).
/**
* If \c true, the company is (also) controlled by the computer (a NoAI program).