[Scummvm-git-logs] scummvm master -> 77ac61c9387043bf4f000a7128f62a5bc54ba3cf
Strangerke
noreply at scummvm.org
Sat Jun 7 06:47:38 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:
77ac61c938 M4: RIDDLE: Fix hardcoded logic of room901, fixing #15798
Commit: 77ac61c9387043bf4f000a7128f62a5bc54ba3cf
https://github.com/scummvm/scummvm/commit/77ac61c9387043bf4f000a7128f62a5bc54ba3cf
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-06-07T07:47:26+01:00
Commit Message:
M4: RIDDLE: Fix hardcoded logic of room901, fixing #15798
Changed paths:
engines/m4/riddle/rooms/section9/room901.cpp
diff --git a/engines/m4/riddle/rooms/section9/room901.cpp b/engines/m4/riddle/rooms/section9/room901.cpp
index 230f6ecbf7a..51b6237dffd 100644
--- a/engines/m4/riddle/rooms/section9/room901.cpp
+++ b/engines/m4/riddle/rooms/section9/room901.cpp
@@ -52,16 +52,16 @@ void Room901::init() {
_G(flags)[V001] = 1;
}
+ mouse_hide();
player_set_commands_allowed(false);
if (_G(game).previous_room == 494) {
digi_play_loop("wind", 1, 255, -1, 901);
kernel_timing_trigger(1, 10);
+ interface_hide();
AddSystemHotkey(KEY_ESCAPE, escapePressed);
_G(kernel).call_daemon_every_loop = true;
-
} else {
- mouse_hide();
kernel_timing_trigger(1, 5);
interface_hide();
AddSystemHotkey(KEY_ESCAPE, escapePressed);
More information about the Scummvm-git-logs
mailing list