[Scummvm-git-logs] scummvm master -> 5ad897306c5934cb2c51a8df9f6be170a00f17e8
dreammaster
noreply at scummvm.org
Tue Feb 4 06:37:10 UTC 2025
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:
5ad897306c M4: RIDDLE: Fix loading room 510 savegame
Commit: 5ad897306c5934cb2c51a8df9f6be170a00f17e8
https://github.com/scummvm/scummvm/commit/5ad897306c5934cb2c51a8df9f6be170a00f17e8
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2025-02-03T22:36:57-08:00
Commit Message:
M4: RIDDLE: Fix loading room 510 savegame
Changed paths:
engines/m4/riddle/rooms/section5/room510.cpp
diff --git a/engines/m4/riddle/rooms/section5/room510.cpp b/engines/m4/riddle/rooms/section5/room510.cpp
index 802de53a757..1d300ff0c8d 100644
--- a/engines/m4/riddle/rooms/section5/room510.cpp
+++ b/engines/m4/riddle/rooms/section5/room510.cpp
@@ -49,7 +49,7 @@ void Room510::init() {
break;
case 1:
- _statue = series_play("510 STATUE LAYED DOWN", 0xa00, 16, -1, 5);
+ _statue = series_play(" 510 STATUE LAYED DOWN", 0xa00, 16, -1, 5);
hotspot_set_active("ALTAR POST", false);
kernel_load_variant("510lock1");
break;
More information about the Scummvm-git-logs
mailing list