diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-05-17 20:36:48 +0300 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-05-17 21:01:52 +0300 |
commit | 84f8312b8666b2774eafbbb0e6d034ba598fd69c (patch) | |
tree | a901ba3684ab78346f415a6a4d3920312fb92c84 /src/peds/Population.h | |
parent | 40ee29fb99cc82c720ece4eab0e06855a161d12a (diff) |
Weapon fixes and thingies
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 20d6e567..ae4aa44c 100644 --- a/src/peds/Population.h +++ b/src/peds/Population.h @@ -70,7 +70,7 @@ public: static void LoadPedGroups(); static void UpdatePedCount(ePedType, bool); static void DealWithZoneChange(eLevelName oldLevel, eLevelName newLevel, bool); - static CPed *AddPedInCar(CVehicle *car, bool isPassenger); + static CPed *AddPedInCar(CVehicle *car, bool isDriver); static bool IsPointInSafeZone(CVector *coors); static void RemovePed(CPed *ent); static int32 ChooseCivilianOccupation(int32); |