summaryrefslogtreecommitdiffstats
path: root/src/entities/Projectile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities/Projectile.cpp')
-rw-r--r--src/entities/Projectile.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/entities/Projectile.cpp b/src/entities/Projectile.cpp
new file mode 100644
index 00000000..e21323de
--- /dev/null
+++ b/src/entities/Projectile.cpp
@@ -0,0 +1,7 @@
+#include "common.h"
+#include "patcher.h"
+#include "Projectile.h"
+
+STARTPATCHES
+ InjectHook(0x4BFED0, &CProjectile::dtor, PATCH_JUMP);
+ENDPATCHES \ No newline at end of file