[Scummvm-git-logs] scummvm master -> cd7e83970628bb4c14b5b6df93fe73938a4c8991
whoozle
noreply at scummvm.org
Sun Mar 8 22:06:27 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
cd7e839706 PHOENIXVR: use stopAllSounds and clear internal state when loading
Commit: cd7e83970628bb4c14b5b6df93fe73938a4c8991
https://github.com/scummvm/scummvm/commit/cd7e83970628bb4c14b5b6df93fe73938a4c8991
Author: Vladimir Menshakov (vladimir.menshakov at gmail.com)
Date: 2026-03-08T22:05:44Z
Commit Message:
PHOENIXVR: use stopAllSounds and clear internal state when loading
Changed paths:
engines/phoenixvr/phoenixvr.cpp
diff --git a/engines/phoenixvr/phoenixvr.cpp b/engines/phoenixvr/phoenixvr.cpp
index b8382f07b27..3b60be3f484 100644
--- a/engines/phoenixvr/phoenixvr.cpp
+++ b/engines/phoenixvr/phoenixvr.cpp
@@ -1099,7 +1099,7 @@ bool PhoenixVREngine::enterScript() {
_lockKey[i] = lockKey;
}
- _mixer->stopAll();
+ stopAllSounds();
_currentMusic = ms.readString(0, 257);
_currentMusicVolume = ms.readUint32LE();
More information about the Scummvm-git-logs
mailing list