CCarCtrl::GenerateOneRandomVehicle!

This commit is contained in:
Nikolay Korolev 2019-08-07 00:32:19 +03:00
commit 4ae4bc94c6
16 changed files with 599 additions and 8 deletions

View file

@ -17,6 +17,7 @@ public:
static int32 &m_AllRandomPedsThisType;
static float &PedDensityMultiplier;
static uint32 &ms_nTotalMissionPeds;
static int32 &MaxNumberOfPedsInUse;
static void UpdatePedCount(uint32, bool);
static void DealWithZoneChange(eLevelName oldLevel, eLevelName newLevel, bool);