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/saveload/company_sl.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/saveload/company_sl.cpp') diff --git a/src/saveload/company_sl.cpp b/src/saveload/company_sl.cpp index 6f2195ba0..f99e104f2 100644 --- a/src/saveload/company_sl.cpp +++ b/src/saveload/company_sl.cpp @@ -140,6 +140,9 @@ static const SaveLoad _company_desc[] = { SLE_CONDNULL(1, 107, 111), ///< is_noai SLE_CONDNULL(1, 4, 99), + SLE_CONDVAR(CompanyProperties, terraform_limit, SLE_UINT32, 156, SL_MAX_VERSION), + SLE_CONDVAR(CompanyProperties, clear_limit, SLE_UINT32, 156, SL_MAX_VERSION), + SLE_END() }; -- cgit v1.2.3-54-g00ecf