summaryrefslogtreecommitdiff
path: root/src/company_base.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-10-03 17:23:41 +0000
committerfrosch <frosch@openttd.org>2011-10-03 17:23:41 +0000
commitdd74536bef66a4e1d214caab38805d0c70acb075 (patch)
treeb63a5d705ca0f724802d0cc2363c99f52a1de70a /src/company_base.h
parent5be8f732049daa97fd212ed9b91354d3b146d99d (diff)
downloadopenttd-dd74536bef66a4e1d214caab38805d0c70acb075.tar.xz
(svn r22981) -Add: GroupStatistics for the ALL_GROUP.
Diffstat (limited to 'src/company_base.h')
-rw-r--r--src/company_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/company_base.h b/src/company_base.h
index c8979a35d..bf655ea37 100644
--- a/src/company_base.h
+++ b/src/company_base.h
@@ -105,7 +105,7 @@ struct Company : CompanyPool::PoolItem<&_company_pool>, CompanyProperties {
EngineRenewList engine_renew_list; ///< Engine renewals of this company.
CompanySettings settings; ///< settings specific for each company
- uint16 *num_engines; ///< caches the number of engines of each type the company owns (no need to save this)
+ GroupStatistics group_all[VEH_COMPANY_END]; ///< NOSAVE: Statistics for the ALL_GROUP group.
GroupStatistics group_default[VEH_COMPANY_END]; ///< NOSAVE: Statistics for the DEFAULT_GROUP group.
/**