diff options
Diffstat (limited to 'src/weapons/BulletInfo.cpp')
-rw-r--r-- | src/weapons/BulletInfo.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/weapons/BulletInfo.cpp b/src/weapons/BulletInfo.cpp index 177a99d1..d975c464 100644 --- a/src/weapons/BulletInfo.cpp +++ b/src/weapons/BulletInfo.cpp @@ -267,10 +267,3 @@ bool CBulletInfo::TestForSniperBullet(float x1, float x2, float y1, float y2, fl return minP <= maxP; #endif } - -STARTPATCHES - InjectHook(0x558220, &CBulletInfo::Initialise, PATCH_JUMP); - InjectHook(0x558450, &CBulletInfo::Shutdown, PATCH_JUMP); - InjectHook(0x558470, &CBulletInfo::AddBullet, PATCH_JUMP); - InjectHook(0x558550, &CBulletInfo::Update, PATCH_JUMP); -ENDPATCHES
\ No newline at end of file |