summaryrefslogtreecommitdiffstats
path: root/src/core/World.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-02-23 11:00:15 +0100
committerGitHub <noreply@github.com>2020-02-23 11:00:15 +0100
commitf8cd12ffb325d6bc374357a57125fa53778abf0a (patch)
treed3e4a0b7193d75b559b82c43f4fe504baac45f7e /src/core/World.h
parentMerge pull request #334 from erorcun/erorcun (diff)
parentARRAY_SIZE (diff)
downloadre3-f8cd12ffb325d6bc374357a57125fa53778abf0a.tar
re3-f8cd12ffb325d6bc374357a57125fa53778abf0a.tar.gz
re3-f8cd12ffb325d6bc374357a57125fa53778abf0a.tar.bz2
re3-f8cd12ffb325d6bc374357a57125fa53778abf0a.tar.lz
re3-f8cd12ffb325d6bc374357a57125fa53778abf0a.tar.xz
re3-f8cd12ffb325d6bc374357a57125fa53778abf0a.tar.zst
re3-f8cd12ffb325d6bc374357a57125fa53778abf0a.zip
Diffstat (limited to '')
-rw-r--r--src/core/World.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/World.h b/src/core/World.h
index 68af156c..12582d49 100644
--- a/src/core/World.h
+++ b/src/core/World.h
@@ -116,6 +116,7 @@ public:
static void FindObjectsIntersectingAngledCollisionBox(const CColBox &, const CMatrix &, const CVector &, float, float, float, float, int16*, int16, CEntity **, bool, bool, bool, bool, bool);
static void FindMissionEntitiesIntersectingCube(const CVector&, const CVector&, int16*, int16, CEntity**, bool, bool, bool);
static void ClearCarsFromArea(float, float, float, float, float, float);
+ static void ClearPedsFromArea(float, float, float, float, float, float);
static float GetSectorX(float f) { return ((f - WORLD_MIN_X)/SECTOR_SIZE_X); }
static float GetSectorY(float f) { return ((f - WORLD_MIN_Y)/SECTOR_SIZE_Y); }