[Scummvm-git-logs] scummvm master -> c3e887871308c969ac160774b5bcac42897bb411
dreammaster
noreply at scummvm.org
Sun Sep 1 21:30:37 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:
c3e8878713 M4: RIDDLE: Fix room 494 preload
Commit: c3e887871308c969ac160774b5bcac42897bb411
https://github.com/scummvm/scummvm/commit/c3e887871308c969ac160774b5bcac42897bb411
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2024-09-01T14:30:22-07:00
Commit Message:
M4: RIDDLE: Fix room 494 preload
Changed paths:
engines/m4/riddle/rooms/section4/room494.cpp
diff --git a/engines/m4/riddle/rooms/section4/room494.cpp b/engines/m4/riddle/rooms/section4/room494.cpp
index 80b45667596..33484192835 100644
--- a/engines/m4/riddle/rooms/section4/room494.cpp
+++ b/engines/m4/riddle/rooms/section4/room494.cpp
@@ -32,8 +32,6 @@ namespace Riddle {
namespace Rooms {
void Room494::preload() {
- Room::preload();
-
_G(kernel).letter_box_y = 30;
_G(player).walker_type = WALKER_ALT;
_G(player).shadow_type = SHADOW_ALT;
More information about the Scummvm-git-logs
mailing list