diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-03-28 15:47:52 +0100 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-03-28 16:52:25 +0100 |
commit | 112685ebac0a4f5da50fdc60ff71c35a5cddbdfa (patch) | |
tree | fb1223f514ddbf339bed0bed6a269ad1ad63c374 /src/peds/Population.h | |
parent | remove include <new> from common.h (diff) | |
download | re3-112685ebac0a4f5da50fdc60ff71c35a5cddbdfa.tar re3-112685ebac0a4f5da50fdc60ff71c35a5cddbdfa.tar.gz re3-112685ebac0a4f5da50fdc60ff71c35a5cddbdfa.tar.bz2 re3-112685ebac0a4f5da50fdc60ff71c35a5cddbdfa.tar.lz re3-112685ebac0a4f5da50fdc60ff71c35a5cddbdfa.tar.xz re3-112685ebac0a4f5da50fdc60ff71c35a5cddbdfa.tar.zst re3-112685ebac0a4f5da50fdc60ff71c35a5cddbdfa.zip |
Diffstat (limited to '')
-rw-r--r-- | src/peds/Population.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/peds/Population.h b/src/peds/Population.h index b299c0a1..f9e6c3b7 100644 --- a/src/peds/Population.h +++ b/src/peds/Population.h @@ -2,11 +2,11 @@ #include "Game.h" #include "PedType.h" -#include "CopPed.h" class CPed; class CVehicle; class CDummyObject; +class CObject; struct PedGroup { @@ -71,7 +71,7 @@ public: static bool IsPointInSafeZone(CVector *coors); static void RemovePed(CPed *ent); static int32 ChooseCivilianOccupation(int32); - static eCopType ChoosePolicePedOccupation(); + static int32 ChoosePolicePedOccupation(); static int32 ChooseGangOccupation(int); static void FindCollisionZoneForCoors(CVector*, int*, eLevelName*); static void FindClosestZoneForCoors(CVector*, int*, eLevelName, eLevelName); |