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

Strangerke noreply at scummvm.org
Mon Apr 28 06:09:11 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:
ef4409a66c M4: RIDDLE: Fix glitch in animation in room 860 (trigger 1)


Commit: ef4409a66cc59023bfc7afc5c3aaa8deec131c33
    https://github.com/scummvm/scummvm/commit/ef4409a66cc59023bfc7afc5c3aaa8deec131c33
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-04-28T07:09:01+01:00

Commit Message:
M4: RIDDLE: Fix glitch in animation in room 860 (trigger 1)

Changed paths:
    engines/m4/riddle/rooms/section8/room860.cpp


diff --git a/engines/m4/riddle/rooms/section8/room860.cpp b/engines/m4/riddle/rooms/section8/room860.cpp
index 1102b53990b..bebc817dbcb 100644
--- a/engines/m4/riddle/rooms/section8/room860.cpp
+++ b/engines/m4/riddle/rooms/section8/room860.cpp
@@ -72,7 +72,7 @@ void Room860::daemon() {
 		series_load("860SHLD", -1, nullptr);
 		series_place_sprite("860SHLD", 0, 0, 0, 100, 512);
 		sendWSMessage_10000(1, _860RipMach, _860RipWalkSeries, 1, 100, 2,
-			_860RipWalkSeries, 1, 1, 0);
+			_860RipTalkSeries, 1, 1, 0);
 		sendWSMessage_190000(_860RipMach, 3);
 		g_engine->set_camera_delta_pan(-290, 0);
 		series_unload(_860RipCrossSeries);




More information about the Scummvm-git-logs mailing list