summaryrefslogtreecommitdiffstats
path: root/src/core/Explosion.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-03-12 17:26:47 +0100
committerSergeanur <s.anureev@yandex.ua>2020-03-16 23:22:43 +0100
commite57ad65d051bd44af3ea7b050e7c37144453bc75 (patch)
tree2b069501205fcc3f9811c8538f887e963e276bf6 /src/core/Explosion.cpp
parentMerge pull request #344 from erorcun/erorcun (diff)
downloadre3-e57ad65d051bd44af3ea7b050e7c37144453bc75.tar
re3-e57ad65d051bd44af3ea7b050e7c37144453bc75.tar.gz
re3-e57ad65d051bd44af3ea7b050e7c37144453bc75.tar.bz2
re3-e57ad65d051bd44af3ea7b050e7c37144453bc75.tar.lz
re3-e57ad65d051bd44af3ea7b050e7c37144453bc75.tar.xz
re3-e57ad65d051bd44af3ea7b050e7c37144453bc75.tar.zst
re3-e57ad65d051bd44af3ea7b050e7c37144453bc75.zip
Diffstat (limited to '')
-rw-r--r--src/core/Explosion.cpp31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/core/Explosion.cpp b/src/core/Explosion.cpp
deleted file mode 100644
index 7a8878f6..00000000
--- a/src/core/Explosion.cpp
+++ /dev/null
@@ -1,31 +0,0 @@
-#include "common.h"
-#include "patcher.h"
-#include "Explosion.h"
-
-WRAPPER void CExplosion::AddExplosion(CEntity *explodingEntity, CEntity *culprit, eExplosionType type, const CVector &pos, uint32) { EAXJMP(0x5591C0); }
-WRAPPER void CExplosion::RemoveAllExplosionsInArea(CVector, float) { EAXJMP(0x55AD40); }
-WRAPPER bool CExplosion::TestForExplosionInArea(eExplosionType, float, float, float, float, float, float) { EAXJMP(0x55AC80); }
-
-WRAPPER
-int8 CExplosion::GetExplosionActiveCounter(uint8 id)
-{
- EAXJMP(0x559140);
-}
-
-WRAPPER
-CVector *CExplosion::GetExplosionPosition(uint8 id)
-{
- EAXJMP(0x5591A0);
-}
-
-WRAPPER
-uint8 CExplosion::GetExplosionType(uint8 id)
-{
- EAXJMP(0x559180);
-}
-
-WRAPPER
-void CExplosion::ResetExplosionActiveCounter(uint8 id)
-{
- EAXJMP(0x559160);
-}