diff options
Diffstat (limited to 'src/objects/Projectile.cpp')
-rw-r--r-- | src/objects/Projectile.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/objects/Projectile.cpp b/src/objects/Projectile.cpp new file mode 100644 index 00000000..e21323de --- /dev/null +++ b/src/objects/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 |