[Scummvm-git-logs] scummvm master -> e682ee6a0a6a6fa4f464454db1844d3e59b453bd
Strangerke
noreply at scummvm.org
Thu Jul 31 07:51:07 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:
e682ee6a0a M4: Riddle: fix some erroneous values in room 808
Commit: e682ee6a0a6a6fa4f464454db1844d3e59b453bd
https://github.com/scummvm/scummvm/commit/e682ee6a0a6a6fa4f464454db1844d3e59b453bd
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-07-31T09:50:19+02:00
Commit Message:
M4: Riddle: fix some erroneous values in room 808
Changed paths:
engines/m4/riddle/rooms/section8/room808.cpp
diff --git a/engines/m4/riddle/rooms/section8/room808.cpp b/engines/m4/riddle/rooms/section8/room808.cpp
index 44b4ec7db18..e90bedce1fe 100644
--- a/engines/m4/riddle/rooms/section8/room808.cpp
+++ b/engines/m4/riddle/rooms/section8/room808.cpp
@@ -106,7 +106,7 @@ void Room808::init() {
break;
case 2:
- _808PosMach = series_show("808pos1", 1281, 0, -1, -1, 4, 100, 0, 0);
+ _808PosMach = series_show("808pos1", 1281, 0, -1, -1, 5, 100, 0, 0);
break;
case 3:
@@ -114,7 +114,7 @@ void Room808::init() {
break;
case 4:
- _808PosMach = series_show("808pos1", 1281, 0, -1, -1, 5, 100, 0, 0);
+ _808PosMach = series_show("808pos1", 1281, 0, -1, -1, 4, 100, 0, 0);
break;
default:
@@ -163,7 +163,7 @@ void Room808::init() {
series_play("808rpup", 0, 0, 2, 5, 0, 100, 0, 0, 0, -1);
} else {
_G(flags)[V276] = 0;
- _mcTrekMach = triggerMachineByHash_3000(8, 4, *S8_SHADOW_DIRS2, *S8_SHADOW_DIRS1, 345, 116, 5, Walker::player_walker_callback, "mc_trek");
+ _mcTrekMach = triggerMachineByHash_3000(8, 4, *S8_SHADOW_DIRS2, *S8_SHADOW_DIRS1, 345, 115, 5, Walker::player_walker_callback, "mc_trek");
series_play("808rpup", 0, 0, 4, 5, 0, 100, 0, 0, 0, -1);
}
More information about the Scummvm-git-logs
mailing list