[Scummvm-git-logs] scummvm master -> 8675c88cba4e4c6a44f3ebcfc8426fdfd0cd474c
dreammaster
noreply at scummvm.org
Sat Oct 12 22:23:30 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:
8675c88cba M4: RIDDLE: Show user interface after loading savegame
Commit: 8675c88cba4e4c6a44f3ebcfc8426fdfd0cd474c
https://github.com/scummvm/scummvm/commit/8675c88cba4e4c6a44f3ebcfc8426fdfd0cd474c
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2024-10-12T15:23:17-07:00
Commit Message:
M4: RIDDLE: Show user interface after loading savegame
Changed paths:
engines/m4/riddle/rooms/section.cpp
diff --git a/engines/m4/riddle/rooms/section.cpp b/engines/m4/riddle/rooms/section.cpp
index e53d2c24e4c..4f7adf35077 100644
--- a/engines/m4/riddle/rooms/section.cpp
+++ b/engines/m4/riddle/rooms/section.cpp
@@ -30,6 +30,7 @@ namespace Rooms {
void Section::global_room_init() {
digi_preload("950_s51", 950);
+ _GINT().show();
}
void Section::tick() {
More information about the Scummvm-git-logs
mailing list