mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 05:04:08 +00:00
CPhysical almost done
This commit is contained in:
parent
9e496100b7
commit
c4f9b9573f
12 changed files with 804 additions and 60 deletions
|
@ -2,4 +2,6 @@
|
|||
#include "patcher.h"
|
||||
#include "DMAudio.h"
|
||||
|
||||
WRAPPER void cDMAudio::ReportCollision(CEntity *A, CEntity *B, uint8 surfA, uint8 surfB, float impulse, float speed) { EAXJMP(0x161684); }
|
||||
cDMAudio &DMAudio = *(cDMAudio*)0x95CDBE;
|
||||
|
||||
WRAPPER void cDMAudio::ReportCollision(CEntity *A, CEntity *B, uint8 surfA, uint8 surfB, float impulse, float speed) { EAXJMP(0x57CBE0); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue