[Scummvm-git-logs] scummvm master -> 78768afb76171a8032b3d15bc443266f9ad84c91
dreammaster
noreply at scummvm.org
Wed Feb 7 04:39:50 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:
78768afb76 M4: Fix exiting basement in test 3
Commit: 78768afb76171a8032b3d15bc443266f9ad84c91
https://github.com/scummvm/scummvm/commit/78768afb76171a8032b3d15bc443266f9ad84c91
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2024-02-06T20:39:44-08:00
Commit Message:
M4: Fix exiting basement in test 3
Changed paths:
engines/m4/burger/rooms/section3/room305.cpp
diff --git a/engines/m4/burger/rooms/section3/room305.cpp b/engines/m4/burger/rooms/section3/room305.cpp
index ebcf08fbbf7..3de2825fee1 100644
--- a/engines/m4/burger/rooms/section3/room305.cpp
+++ b/engines/m4/burger/rooms/section3/room305.cpp
@@ -216,7 +216,8 @@ void Room305::parser() {
// Handled
} else if (player_said("climb", "stairs") || player_said("GEAR", "STAIRS")) {
player_set_commands_allowed(false);
- kernel_trigger_dispatch_now(102);
+ _G(wilbur_should) = 102;
+ kernel_trigger_dispatch_now(kCHANGE_WILBUR_ANIMATION);
} else if (player_said("ENTER", "MINE") || player_said("ENTER", "DARKNESS")) {
player_set_commands_allowed(false);
More information about the Scummvm-git-logs
mailing list