[Scummvm-git-logs] scummvm master -> a8f6bb734091ffcfaf25c4920a24b8fb671f9fea
dreammaster
noreply at scummvm.org
Sun Sep 15 17:21:23 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
a8f6bb7340 M4: RIDDLE: Add missing switch break in room 506
Commit: a8f6bb734091ffcfaf25c4920a24b8fb671f9fea
https://github.com/scummvm/scummvm/commit/a8f6bb734091ffcfaf25c4920a24b8fb671f9fea
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2024-09-15T10:21:17-07:00
Commit Message:
M4: RIDDLE: Add missing switch break in room 506
Changed paths:
engines/m4/riddle/rooms/section5/room506.cpp
diff --git a/engines/m4/riddle/rooms/section5/room506.cpp b/engines/m4/riddle/rooms/section5/room506.cpp
index c655c7ee5c9..d9f199ccd53 100644
--- a/engines/m4/riddle/rooms/section5/room506.cpp
+++ b/engines/m4/riddle/rooms/section5/room506.cpp
@@ -258,6 +258,7 @@ void Room506::parser() {
ws_hide_walker();
digi_play(inv_object_in_scene("CRYSTAL SKULL", 510) ? "506R04" : "com127", 1, 255, 3);
_ripley = series_play("RIPLEY LOOKS TO NICH", 0x700, 16, -1, 7);
+ break;
case 3:
terminateMachineAndNull(_ripley);
More information about the Scummvm-git-logs
mailing list