From eab47d2227bad950dd04ab8498588d40f1f4f725 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 4 Jan 2011 22:50:09 +0000 Subject: (svn r21728) -Fix/Feature [FS#4331]: (configurably) limit amount of tiles that can be cleared/terraformed by a company --- src/company_base.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/company_base.h') diff --git a/src/company_base.h b/src/company_base.h index 3a10aaffc..6078c8b53 100644 --- a/src/company_base.h +++ b/src/company_base.h @@ -69,6 +69,9 @@ struct CompanyProperties { int16 bankrupt_timeout; ///< If bigger than \c 0, amount of time to wait for an answer on an offer to buy this company. Money bankrupt_value; + uint32 terraform_limit; ///< Amount of tileheights we can (still) terraform (times 65536). + uint32 clear_limit; ///< Amount of tiles we can (still) clear (times 65536). + /** * If \c true, the company is (also) controlled by the computer (a NoAI program). * @note It is possible that the user is also participating in such a company. -- cgit v1.2.3-54-g00ecf