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

Strangerke noreply at scummvm.org
Sun Jul 6 15:49:53 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:
f0e559b6bd M4: RIDDLE: Fix for bug #16083 in room 303: Wrong speech when looking at the cobra case with the cobra inside


Commit: f0e559b6bd28b55ab84b8b44fb569a69a7d8aa00
    https://github.com/scummvm/scummvm/commit/f0e559b6bd28b55ab84b8b44fb569a69a7d8aa00
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-07-06T16:49:44+01:00

Commit Message:
M4: RIDDLE: Fix for bug #16083 in room 303: Wrong speech when looking at the cobra case with the cobra inside

Changed paths:
    engines/m4/riddle/rooms/section3/room303.cpp


diff --git a/engines/m4/riddle/rooms/section3/room303.cpp b/engines/m4/riddle/rooms/section3/room303.cpp
index f363fb1c604..9498724dd38 100644
--- a/engines/m4/riddle/rooms/section3/room303.cpp
+++ b/engines/m4/riddle/rooms/section3/room303.cpp
@@ -1594,7 +1594,7 @@ void Room303::parser() {
 			}
 		}
 	} else if (lookFlag && player_said("cobra case")) {
-		digi_play(player_been_here(201) ? "203r38" : "303r32", 1);
+		digi_play(player_been_here(201) ? "303r38" : "303r32", 1);
 	} else if ((lookFlag || player_said("peer into")) &&
 			player_said("copper tank viewer")) {
 		if (player_been_here(301)) {




More information about the Scummvm-git-logs mailing list