ApplySound matching

This commit is contained in:
Dethrace Labs 2025-11-29 08:10:23 +13:00 committed by Dethrace Engineering Department
parent 3792ccef4d
commit 40eb98d5fa
1 changed files with 1 additions and 1 deletions

View File

@ -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),