[Scummvm-git-logs] scummvm master -> 787a8e2be56b57d9603c0a1156b28fbdd948aa44
mduggan
noreply at scummvm.org
Wed Oct 23 10:43:06 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:
787a8e2be5 DGDS: Clear isLoading flag after restart
Commit: 787a8e2be56b57d9603c0a1156b28fbdd948aa44
https://github.com/scummvm/scummvm/commit/787a8e2be56b57d9603c0a1156b28fbdd948aa44
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2024-10-23T21:42:45+11:00
Commit Message:
DGDS: Clear isLoading flag after restart
Changed paths:
engines/dgds/dgds.cpp
diff --git a/engines/dgds/dgds.cpp b/engines/dgds/dgds.cpp
index 8c55679a317..105b6f08831 100644
--- a/engines/dgds/dgds.cpp
+++ b/engines/dgds/dgds.cpp
@@ -695,6 +695,7 @@ void DgdsEngine::restartGame() {
loadGameFiles();
loadRestartFile();
_gameGlobals->setGlobal(0x57, 1);
+ _isLoading = false;
}
Common::SeekableReadStream *DgdsEngine::getResource(const Common::String &name, bool ignorePatches) {
More information about the Scummvm-git-logs
mailing list