mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 17:24:08 +00:00
little cleanup
This commit is contained in:
parent
66d83c6470
commit
c661485ef7
8 changed files with 27 additions and 35 deletions
|
@ -5,3 +5,8 @@
|
|||
WRAPPER void CSpecialFX::Render(void) { EAXJMP(0x518DC0); }
|
||||
|
||||
WRAPPER void CMotionBlurStreaks::RegisterStreak(int32 id, uint8 r, uint8 g, uint8 b, CVector p1, CVector p2) { EAXJMP(0x519460); }
|
||||
|
||||
|
||||
CBulletTrace (&CBulletTraces::aTraces)[16] = *(CBulletTrace(*)[16])*(uintptr*)0x72B1B8;
|
||||
|
||||
WRAPPER void CBulletTraces::Init(void) { EAXJMP(0x518DE0); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue