summaryrefslogtreecommitdiff
path: root/src/company_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/company_base.h')
-rw-r--r--src/company_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/company_base.h b/src/company_base.h
index 0f9e8ae10..4cd5a498a 100644
--- a/src/company_base.h
+++ b/src/company_base.h
@@ -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).