mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 11:14:09 +00:00
CWeapon done, ps2 cheats fix
This commit is contained in:
parent
6473778c47
commit
daed13485e
22 changed files with 2331 additions and 60 deletions
|
@ -2,4 +2,8 @@
|
|||
#include "patcher.h"
|
||||
#include "BulletInfo.h"
|
||||
|
||||
WRAPPER void CBulletInfo::Initialise(void) { EAXJMP(0x558220); }
|
||||
WRAPPER void CBulletInfo::Shutdown(void) { EAXJMP(0x558450); }
|
||||
WRAPPER void CBulletInfo::AddBullet(CEntity *firingEntity, eWeaponType type, CVector pos, CVector velocity) { EAXJMP(0x558470); }
|
||||
WRAPPER void CBulletInfo::Update(void) { EAXJMP(0x558550); }
|
||||
WRAPPER bool CBulletInfo::TestForSniperBullet(float x1, float x2, float y1, float y2, float z1, float z2) { EAXJMP(0x558D40); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue