summaryrefslogtreecommitdiffstats
path: root/src/core/World.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-04-08 21:29:02 +0200
committerSergeanur <s.anureev@yandex.ua>2020-04-09 12:28:17 +0200
commitcb262c791e95a959f015e3231f61912024c88818 (patch)
tree2958e58b323eadc24b90f7f199a514082f866bb1 /src/core/World.cpp
parentFix target sprite size (diff)
downloadre3-cb262c791e95a959f015e3231f61912024c88818.tar
re3-cb262c791e95a959f015e3231f61912024c88818.tar.gz
re3-cb262c791e95a959f015e3231f61912024c88818.tar.bz2
re3-cb262c791e95a959f015e3231f61912024c88818.tar.lz
re3-cb262c791e95a959f015e3231f61912024c88818.tar.xz
re3-cb262c791e95a959f015e3231f61912024c88818.tar.zst
re3-cb262c791e95a959f015e3231f61912024c88818.zip
Diffstat (limited to 'src/core/World.cpp')
-rw-r--r--src/core/World.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/World.cpp b/src/core/World.cpp
index 4a0230ce..d64569b3 100644
--- a/src/core/World.cpp
+++ b/src/core/World.cpp
@@ -56,6 +56,8 @@ WRAPPER void CWorld::FindMissionEntitiesIntersectingCube(const CVector&, const C
WRAPPER void CWorld::ClearCarsFromArea(float, float, float, float, float, float) { EAXJMP(0x4B50E0); }
WRAPPER void CWorld::ClearPedsFromArea(float, float, float, float, float, float) { EAXJMP(0x4B52B0); }
WRAPPER void CWorld::CallOffChaseForArea(float, float, float, float) { EAXJMP(0x4B5530); }
+WRAPPER void CWorld::TriggerExplosion(const CVector& a1, float a2, float a3, CEntity *a4, bool a5) { EAXJMP(0x4B1140); }
+WRAPPER void CWorld::SetPedsOnFire(float, float, float, float, CEntity*) { EAXJMP(0x4B3D30); }
void
CWorld::Initialise()