diff options
Diffstat (limited to 'src/peds/Population.h')
-rw-r--r-- | src/peds/Population.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peds/Population.h b/src/peds/Population.h index 152fb7ae..b299c0a1 100644 --- a/src/peds/Population.h +++ b/src/peds/Population.h @@ -33,7 +33,7 @@ struct RegenerationPoint class CPopulation { public: - static PedGroup (&ms_pPedGroups)[NUMPEDGROUPS]; + static PedGroup ms_pPedGroups[NUMPEDGROUPS]; static bool &ms_bGivePedsWeapons; static int32 &m_AllRandomPedsThisType; static float &PedDensityMultiplier; |