summaryrefslogtreecommitdiffstats
path: root/src/audio/DMAudio.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-05-29 23:17:41 +0200
committerGitHub <noreply@github.com>2019-05-29 23:17:41 +0200
commitb705be0e873a3b93c561a7945748328604e48f21 (patch)
tree8f8b32c251a57707b676a037d6846e7d0162dd18 /src/audio/DMAudio.cpp
parentimplemented some of CCam and dependencies (diff)
parentfix2 (diff)
downloadre3-b705be0e873a3b93c561a7945748328604e48f21.tar
re3-b705be0e873a3b93c561a7945748328604e48f21.tar.gz
re3-b705be0e873a3b93c561a7945748328604e48f21.tar.bz2
re3-b705be0e873a3b93c561a7945748328604e48f21.tar.lz
re3-b705be0e873a3b93c561a7945748328604e48f21.tar.xz
re3-b705be0e873a3b93c561a7945748328604e48f21.tar.zst
re3-b705be0e873a3b93c561a7945748328604e48f21.zip
Diffstat (limited to '')
-rw-r--r--src/audio/DMAudio.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/audio/DMAudio.cpp b/src/audio/DMAudio.cpp
index 1ab5a52f..400f3fdc 100644
--- a/src/audio/DMAudio.cpp
+++ b/src/audio/DMAudio.cpp
@@ -5,3 +5,9 @@
cDMAudio &DMAudio = *(cDMAudio*)0x95CDBE;
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