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

Strangerke noreply at scummvm.org
Tue Jul 1 21:56:54 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:
e7330f955c M4: RIDDLE: Fix value set for flag 291 in room 917


Commit: e7330f955c65e579b47e82161586a6a72de01f9e
    https://github.com/scummvm/scummvm/commit/e7330f955c65e579b47e82161586a6a72de01f9e
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-07-01T22:56:47+01:00

Commit Message:
M4: RIDDLE: Fix value set for flag 291 in room 917

Changed paths:
    engines/m4/riddle/rooms/section9/room917.cpp


diff --git a/engines/m4/riddle/rooms/section9/room917.cpp b/engines/m4/riddle/rooms/section9/room917.cpp
index bbf7d1cc54a..5e61f600978 100644
--- a/engines/m4/riddle/rooms/section9/room917.cpp
+++ b/engines/m4/riddle/rooms/section9/room917.cpp
@@ -72,7 +72,7 @@ void Room917::daemon() {
 		break;
 
 	case 3:
-		_G(flags)[V291] = true;
+		_G(flags)[V291] = 1;
 		adv_kill_digi_between_rooms(false);
 		digi_play_loop("950_s47", 3, 70, -1, 950);
 		digi_stop(1);




More information about the Scummvm-git-logs mailing list