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

Strangerke noreply at scummvm.org
Tue Jan 20 22:34:30 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:
d3b29e535b M4: RIDDLE: Fix for #16466 - Fix crash when giving the obsidian disk to the old woman first


Commit: d3b29e535bf520d0dd45b71330f2a6c2e318625f
    https://github.com/scummvm/scummvm/commit/d3b29e535bf520d0dd45b71330f2a6c2e318625f
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2026-01-20T23:34:02+01:00

Commit Message:
M4: RIDDLE: Fix for #16466 - Fix crash when giving the obsidian disk to the old woman first

Changed paths:
    engines/m4/riddle/rooms/section6/room608.cpp


diff --git a/engines/m4/riddle/rooms/section6/room608.cpp b/engines/m4/riddle/rooms/section6/room608.cpp
index acc4acd66e6..f655e6207f9 100644
--- a/engines/m4/riddle/rooms/section6/room608.cpp
+++ b/engines/m4/riddle/rooms/section6/room608.cpp
@@ -672,7 +672,7 @@ void Room608::daemon() {
 
 	case 211:
 		sendWSMessage_10000(1, _ol, _old5a, 20, 22, -1, _old5a, 20, 22, 1);
-		digi_play("6084r43", 1, 255, 213);
+		digi_play("608r43", 1, 255, 213);
 		break;
 
 	case 213:




More information about the Scummvm-git-logs mailing list