summaryrefslogtreecommitdiffstats
path: root/src/peds/Population.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-09 12:45:27 +0200
committeraap <aap@papnet.eu>2020-05-09 12:45:27 +0200
commitea053467b53bf2182cb065e45f31ddd0e33d9a80 (patch)
treed8605b2a7249f9b38dd74d3b83d21a4d8f1bd510 /src/peds/Population.h
parentnamed anim assoc flags (diff)
parentMerge pull request #526 from Nick007J/miami (diff)
downloadre3-ea053467b53bf2182cb065e45f31ddd0e33d9a80.tar
re3-ea053467b53bf2182cb065e45f31ddd0e33d9a80.tar.gz
re3-ea053467b53bf2182cb065e45f31ddd0e33d9a80.tar.bz2
re3-ea053467b53bf2182cb065e45f31ddd0e33d9a80.tar.lz
re3-ea053467b53bf2182cb065e45f31ddd0e33d9a80.tar.xz
re3-ea053467b53bf2182cb065e45f31ddd0e33d9a80.tar.zst
re3-ea053467b53bf2182cb065e45f31ddd0e33d9a80.zip
Diffstat (limited to 'src/peds/Population.h')
-rw-r--r--src/peds/Population.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/peds/Population.h b/src/peds/Population.h
index aa8129c0..181c5809 100644
--- a/src/peds/Population.h
+++ b/src/peds/Population.h
@@ -62,6 +62,9 @@ public:
static CVector RegenerationPoint_b;
static CVector RegenerationForward;
+ static uint32 ms_nTotalCarPassengerPeds;
+ static uint32 NumMiamiViceCops;
+
static void Initialise();
static void Update(void);
static void LoadPedGroups();
@@ -86,4 +89,6 @@ public:
static void ConvertAllObjectsToDummyObjects(void);
static bool TestRoomForDummyObject(CObject*);
static bool TestSafeForRealObject(CDummyObject*);
+
+ static CPed* AddDeadPedInFrontOfCar(const CVector& pos, CVehicle* pCulprit);
};