[Scummvm-git-logs] scummvm master -> ef28093307143531197fab4ef7e36bcb4150654e
Strangerke
noreply at scummvm.org
Sat Apr 26 21:36:12 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:
ef28093307 M4: RIDDLE: Fix crash when looking the closer urn in room 810
Commit: ef28093307143531197fab4ef7e36bcb4150654e
https://github.com/scummvm/scummvm/commit/ef28093307143531197fab4ef7e36bcb4150654e
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-04-26T22:36:02+01:00
Commit Message:
M4: RIDDLE: Fix crash when looking the closer urn in 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 279424f0f86..dd65bf88a43 100644
--- a/engines/m4/riddle/rooms/section8/room810.cpp
+++ b/engines/m4/riddle/rooms/section8/room810.cpp
@@ -119,7 +119,7 @@ void Room810::parser() {
} else if (lookFl && player_said("mausoleum")) {
// Nothing -> already covered by ripley_said(LOOK)
} else if (lookFl && player_said("urn")) {
- digi_play("Com061_1", 1, 255, -1, 997);
+ digi_play("com061", 1, 255, -1, 997);
} else if (goFl && player_said("outside")) {
digi_play("810r06", 1, 255, -1, 810);
} else if (gearFl && player_said("large urn")) {
More information about the Scummvm-git-logs
mailing list