[Scummvm-git-logs] scummvm master -> 704415c7f7684a83f9a1274f04d79477f9423bf7

dreammaster noreply at scummvm.org
Sun Apr 26 08:28:59 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:
704415c7f7 MADS: PHANTOM: Stop speech when conv dialogs are closed


Commit: 704415c7f7684a83f9a1274f04d79477f9423bf7
    https://github.com/scummvm/scummvm/commit/704415c7f7684a83f9a1274f04d79477f9423bf7
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2026-04-26T18:28:49+10:00

Commit Message:
MADS: PHANTOM: Stop speech when conv dialogs are closed

Changed paths:
    engines/mads/madsv2/core/conv.cpp


diff --git a/engines/mads/madsv2/core/conv.cpp b/engines/mads/madsv2/core/conv.cpp
index e5f7d7fd21d..303969565c1 100644
--- a/engines/mads/madsv2/core/conv.cpp
+++ b/engines/mads/madsv2/core/conv.cpp
@@ -554,6 +554,10 @@ static void conv_purge_any_popup() {
 		box = my_box;
 		conv_control.popup_is_up = 0;
 		conv_control.popup_clock = kernel.clock;
+
+		// TODO: Determine where original turns off speech.
+		// There may be a more appropriate place
+		speech_all_off();
 	}
 }
 




More information about the Scummvm-git-logs mailing list