[Scummvm-git-logs] scummvm master -> bacd96a87874ad9f91189f7dcc5e48d2ca1438ac
dreammaster
noreply at scummvm.org
Sat Nov 29 06:43:09 UTC 2025
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:
bacd96a878 BAGEL: MINIGAMES: Ensure sounds are stopped when exiting minigames
Commit: bacd96a87874ad9f91189f7dcc5e48d2ca1438ac
https://github.com/scummvm/scummvm/commit/bacd96a87874ad9f91189f7dcc5e48d2ca1438ac
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2025-11-28T22:42:58-08:00
Commit Message:
BAGEL: MINIGAMES: Ensure sounds are stopped when exiting minigames
Changed paths:
engines/bagel/hodjnpodj/metagame/frame/hodjpodj.cpp
diff --git a/engines/bagel/hodjnpodj/metagame/frame/hodjpodj.cpp b/engines/bagel/hodjnpodj/metagame/frame/hodjpodj.cpp
index 4ae814fd6d0..b571c6447b4 100644
--- a/engines/bagel/hodjnpodj/metagame/frame/hodjpodj.cpp
+++ b/engines/bagel/hodjnpodj/metagame/frame/hodjpodj.cpp
@@ -876,6 +876,7 @@ void CHodjPodjWindow::LoadNewDLL(LPARAM lParam) {
if ((nWhichDLL > MG_GAME_COUNT) || (nWhichDLL < 0)) {
if (bReturnToZoom) {
+ CBofSound::stopSounds();
StartBackgroundMidi();
LoadZoomDLL();
}
More information about the Scummvm-git-logs
mailing list