diff options
author | aap <aap@papnet.eu> | 2019-05-31 11:44:43 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-05-31 11:44:43 +0200 |
commit | 84204471a51f4bd0a4f89619d2dbdb5b59e21be7 (patch) | |
tree | 580a74d286d3392733aed0efbf41c9f132f066c8 /src/audio/DMAudio.cpp | |
parent | CCredits name cleanup (diff) | |
download | re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.tar re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.tar.gz re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.tar.bz2 re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.tar.lz re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.tar.xz re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.tar.zst re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.zip |
Diffstat (limited to '')
-rw-r--r-- | src/audio/DMAudio.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/audio/DMAudio.cpp b/src/audio/DMAudio.cpp index 400f3fdc..a1165110 100644 --- a/src/audio/DMAudio.cpp +++ b/src/audio/DMAudio.cpp @@ -4,10 +4,6 @@ cDMAudio &DMAudio = *(cDMAudio*)0x95CDBE; +WRAPPER void cDMAudio::Service(void) { EAXJMP(0x57C7A0); } WRAPPER void cDMAudio::ReportCollision(CEntity *A, CEntity *B, uint8 surfA, uint8 surfB, float impulse, float speed) { EAXJMP(0x57CBE0); } - - -void cDMAudio::ResetTimers(UInt32 timerval) -{ - ((void (__thiscall *)(cDMAudio *, UInt32))0x57CCD0)(this, timerval); -}
\ No newline at end of file +WRAPPER void cDMAudio::ResetTimers(UInt32 timerval) { EAXJMP(0x57CCD0); } |