[Scummvm-git-logs] scummvm branch-3-0 -> 42f13f9b3595692c0ac23b2cd37cbe7e03ecc3b5

dreammaster noreply at scummvm.org
Sat Nov 29 06:43:30 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:
42f13f9b35 BAGEL: MINIGAMES: Ensure sounds are stopped when exiting minigames


Commit: 42f13f9b3595692c0ac23b2cd37cbe7e03ecc3b5
    https://github.com/scummvm/scummvm/commit/42f13f9b3595692c0ac23b2cd37cbe7e03ecc3b5
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2025-11-28T22:43:22-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