ProcessButtonPresses and fixes

This commit is contained in:
eray orçunus 2020-03-17 21:03:13 +03:00
commit d5a6e17079
18 changed files with 1763 additions and 756 deletions

View file

@ -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;