[Scummvm-git-logs] scummvm master -> afcf514e09ef48cec4a75a8656292160630ff651

Strangerke noreply at scummvm.org
Sun Jul 6 18:57:21 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:
afcf514e09 M4: RIDDLE: Fix for bug #16080 in room 704 (Frozen conversation)


Commit: afcf514e09ef48cec4a75a8656292160630ff651
    https://github.com/scummvm/scummvm/commit/afcf514e09ef48cec4a75a8656292160630ff651
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-07-06T19:56:31+01:00

Commit Message:
M4: RIDDLE: Fix for bug #16080 in room 704 (Frozen conversation)

Changed paths:
    engines/m4/riddle/rooms/section7/room704.cpp


diff --git a/engines/m4/riddle/rooms/section7/room704.cpp b/engines/m4/riddle/rooms/section7/room704.cpp
index e17daf7eb62..ea2e36827b2 100644
--- a/engines/m4/riddle/rooms/section7/room704.cpp
+++ b/engines/m4/riddle/rooms/section7/room704.cpp
@@ -903,6 +903,7 @@ void Room704::conv704a() {
 	const int32 who = conv_whos_talking();
 	if (who <= 0) {
 		_field5C_should = 121;
+		_G(kernel).trigger_mode = KT_DAEMON;
 		kernel_timing_trigger(10, 127, nullptr);
 		_G(kernel).trigger_mode = KT_PARSE;
 	} else if (who == 1) {




More information about the Scummvm-git-logs mailing list