diff options
Diffstat (limited to '')
-rw-r--r-- | src/core/Stats.cpp | 1 | ||||
-rw-r--r-- | src/core/Stats.h | 1 | ||||
-rw-r--r-- | src/core/config.h | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/src/core/Stats.cpp b/src/core/Stats.cpp index 34fc41d1..91f583bd 100644 --- a/src/core/Stats.cpp +++ b/src/core/Stats.cpp @@ -67,6 +67,7 @@ float CStats::AutoPaintingBudget; int32 CStats::NoMoreHurricanes; float CStats::FashionBudget; int32 CStats::SafeHouseVisits; +int32 CStats::TyresPopped; void CStats::Init() { diff --git a/src/core/Stats.h b/src/core/Stats.h index 485bdccf..33d4ef72 100644 --- a/src/core/Stats.h +++ b/src/core/Stats.h @@ -71,6 +71,7 @@ public: static int32 NoMoreHurricanes; static float FashionBudget; static int32 SafeHouseVisits; + static int32 TyresPopped; public: static void Init(void); diff --git a/src/core/config.h b/src/core/config.h index c90d3cbf..d7e83ddc 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -41,7 +41,7 @@ enum Config { NUMANIMBLOCKS = 35, NUMANIMATIONS = 450, - NUMTEMPOBJECTS = 30, + NUMTEMPOBJECTS = 40, // Path data NUM_PATHNODES = 9650, |