summaryrefslogtreecommitdiffstats
path: root/src/weapons
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2019-12-06 00:11:17 +0100
committerGitHub <noreply@github.com>2019-12-06 00:11:17 +0100
commitd1141f468ca5c22debc6280c560bdd47fbf5998c (patch)
treee3c8c7402ac4e7403e904d4de9cf43c22b4b0e83 /src/weapons
parentMerge pull request #278 from Fire-Head/master (diff)
parentCPhone, CPlayerInfo, CFire, CWorld (diff)
downloadre3-d1141f468ca5c22debc6280c560bdd47fbf5998c.tar
re3-d1141f468ca5c22debc6280c560bdd47fbf5998c.tar.gz
re3-d1141f468ca5c22debc6280c560bdd47fbf5998c.tar.bz2
re3-d1141f468ca5c22debc6280c560bdd47fbf5998c.tar.lz
re3-d1141f468ca5c22debc6280c560bdd47fbf5998c.tar.xz
re3-d1141f468ca5c22debc6280c560bdd47fbf5998c.tar.zst
re3-d1141f468ca5c22debc6280c560bdd47fbf5998c.zip
Diffstat (limited to 'src/weapons')
-rw-r--r--src/weapons/ProjectileInfo.cpp2
-rw-r--r--src/weapons/ProjectileInfo.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/weapons/ProjectileInfo.cpp b/src/weapons/ProjectileInfo.cpp
index 50d75516..198d9b67 100644
--- a/src/weapons/ProjectileInfo.cpp
+++ b/src/weapons/ProjectileInfo.cpp
@@ -3,5 +3,5 @@
#include "ProjectileInfo.h"
#include "Projectile.h"
-
+WRAPPER void CProjectileInfo::RemoveAllProjectiles(void) { EAXJMP(0x55BB80); }
WRAPPER bool CProjectileInfo::RemoveIfThisIsAProjectile(CObject *pObject) { EAXJMP(0x55BBD0); } \ No newline at end of file
diff --git a/src/weapons/ProjectileInfo.h b/src/weapons/ProjectileInfo.h
index f4753b28..5db57fec 100644
--- a/src/weapons/ProjectileInfo.h
+++ b/src/weapons/ProjectileInfo.h
@@ -6,4 +6,5 @@ class CProjectileInfo
{
public:
static bool RemoveIfThisIsAProjectile(CObject *pObject);
+ static void RemoveAllProjectiles(void);
}; \ No newline at end of file