From 40eb98d5fa17c6d2a3742ee9120260b396c7b7fc Mon Sep 17 00:00:00 2001 From: Dethrace Labs <78985374+dethrace-labs@users.noreply.github.com> Date: Sat, 29 Nov 2025 08:10:23 +1300 Subject: [PATCH] ApplySound matching --- src/DETHRACE/common/piping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DETHRACE/common/piping.c b/src/DETHRACE/common/piping.c index eed1f1f0..e1e51410 100644 --- a/src/DETHRACE/common/piping.c +++ b/src/DETHRACE/common/piping.c @@ -1472,7 +1472,7 @@ void ApplySound(tPipe_chunk** pChunk) { 1, -1, -1, - 65535.f * GetReplayRate(), + fabs(GetReplayRate()) * 65536.0, 0x10000); } else if (BrVector3LengthSquared(&(*pChunk)->chunk_data.sound_data.position) == 0) { DRS3StartSound2(GetOutletFromIndex((*pChunk)->chunk_data.sound_data.outlet_index),