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

dreammaster noreply at scummvm.org
Sun Nov 10 02:26:08 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b4335c49e6 M4: RIDDLE: Fix pipes action in room 207


Commit: b4335c49e675a234d685156e445b6b7b320c225c
    https://github.com/scummvm/scummvm/commit/b4335c49e675a234d685156e445b6b7b320c225c
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2024-11-09T18:26:03-08:00

Commit Message:
M4: RIDDLE: Fix pipes action in room 207

Changed paths:
    engines/m4/riddle/rooms/section2/room207.cpp


diff --git a/engines/m4/riddle/rooms/section2/room207.cpp b/engines/m4/riddle/rooms/section2/room207.cpp
index ee46c9efbe6..94169feccf5 100644
--- a/engines/m4/riddle/rooms/section2/room207.cpp
+++ b/engines/m4/riddle/rooms/section2/room207.cpp
@@ -664,7 +664,7 @@ void Room207::parser() {
 		}
 	} // if ((ecx || edi) && player_said("wheel"))
 
-	else if (takeFlag && "PIPES") {
+	else if (takeFlag && player_said("PIPES")) {
 		_G(flags[V036]) = 1;
 		if (_G(flags[V061]) != 0 && inv_object_is_here("LEAD PIPE")) {
 			digi_play("207r36", 1);




More information about the Scummvm-git-logs mailing list