[Scummvm-git-logs] scummvm master -> 59ddbc446b16b278bb6ee3cca672b052ae1b1c63
dreammaster
noreply at scummvm.org
Sat Aug 29 02:12:17 UTC 2026
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:
59ddbc446b M4: RIDDLE: Add missing look at li sao tablets action in room 204
Commit: 59ddbc446b16b278bb6ee3cca672b052ae1b1c63
https://github.com/scummvm/scummvm/commit/59ddbc446b16b278bb6ee3cca672b052ae1b1c63
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2026-08-29T12:08:44+10:00
Commit Message:
M4: RIDDLE: Add missing look at li sao tablets action in room 204
Changed paths:
engines/m4/riddle/rooms/section2/room204.cpp
diff --git a/engines/m4/riddle/rooms/section2/room204.cpp b/engines/m4/riddle/rooms/section2/room204.cpp
index 36fc71e4abe..b851a890dc5 100644
--- a/engines/m4/riddle/rooms/section2/room204.cpp
+++ b/engines/m4/riddle/rooms/section2/room204.cpp
@@ -281,6 +281,15 @@ void Room204::parser() {
}
}
+ if (lookFl && player_said("LI SAO TABLETS")) {
+ player_update_info(_G(my_walker), &_G(player_info));
+ if (_G(player_info).x > 1500) {
+ _meiMachineFlag = false;
+ _fieldE4_walkerDestX = 1576;
+ moveAndLookFl = true;
+ }
+ }
+
if (lookFl && player_said("SHIH CHING TABLETS")) {
player_update_info(_G(my_walker), &_G(player_info));
if (_G(player_info).x > 1400) {
More information about the Scummvm-git-logs
mailing list