mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-18 07:49:22 +00:00
ProcessButtonPresses and fixes
This commit is contained in:
parent
31d16d395e
commit
d5a6e17079
18 changed files with 1763 additions and 756 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue