[Scummvm-git-logs] scummvm master -> 3193b2779a65d2d4a3e71fe9452af31ea9cb5a5a
Strangerke
noreply at scummvm.org
Fri Apr 25 23:31:58 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:
3193b2779a M4: RIDDLE: Fix player animation when entering room 810
Commit: 3193b2779a65d2d4a3e71fe9452af31ea9cb5a5a
https://github.com/scummvm/scummvm/commit/3193b2779a65d2d4a3e71fe9452af31ea9cb5a5a
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-04-26T00:31:42+01:00
Commit Message:
M4: RIDDLE: Fix player animation when entering room 810
Changed paths:
engines/m4/riddle/rooms/section8/room810.cpp
diff --git a/engines/m4/riddle/rooms/section8/room810.cpp b/engines/m4/riddle/rooms/section8/room810.cpp
index 9a77f9e3a81..279424f0f86 100644
--- a/engines/m4/riddle/rooms/section8/room810.cpp
+++ b/engines/m4/riddle/rooms/section8/room810.cpp
@@ -270,6 +270,7 @@ void Room810::daemon() {
switch (_G(kernel).trigger) {
case 1:
_ripLooksAroundAndNodsMach = TriggerMachineByHash(1, 1, 0, 0, 0, 0, 160, 318, 46, 768, false, triggerMachineByHashCallback, "rip looks around and nods");
+ ws_hide_walker(_G(my_walker));
sendWSMessage_10000(1, _ripLooksAroundAndNodsMach, _ripPos3LookAroundSeries, 1, 16, 51, _ripPos3LookAroundSeries, 17, 20, 4);
_safariShadow3Mach = series_show("SAFARI SHADOW 3", 1280, 16, -1, -1, 0, 46, 160, 318);
More information about the Scummvm-git-logs
mailing list