d_snd_distant_sound_actor_pool OK

This commit is contained in:
robojumper
2025-06-14 21:45:38 +02:00
parent b9ed6c26bd
commit d3d5b57363
9 changed files with 111 additions and 27 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ void dSoundSource_c::setPause(bool flag, int fadeFrames) {
PauseAllSound(flag, fadeFrames);
pauseAllDistantSounds(flag, fadeFrames);
mIsPaused = 0;
} else if (a_field_0x7E == 0) {
} else if (!mIsDisabled) {
PauseAllSound(flag, fadeFrames);
pauseAllDistantSounds(flag, fadeFrames);
mIsPaused = 1;