[Scummvm-git-logs] scummvm master -> a3e04f96da10abba78c7e15a1d043abd8afcb4c6
athrxx
noreply at scummvm.org
Tue Aug 18 20:28:45 UTC 2026
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:
a3e04f96da KYRA: (EOB) - don't prevent GMM saving more than necessary
Commit: a3e04f96da10abba78c7e15a1d043abd8afcb4c6
https://github.com/scummvm/scummvm/commit/a3e04f96da10abba78c7e15a1d043abd8afcb4c6
Author: athrxx (athrxx at scummvm.org)
Date: 2026-08-18T22:27:35+02:00
Commit Message:
KYRA: (EOB) - don't prevent GMM saving more than necessary
Changed paths:
engines/kyra/engine/eobcommon.cpp
diff --git a/engines/kyra/engine/eobcommon.cpp b/engines/kyra/engine/eobcommon.cpp
index 7668eca4373..d5bdfa577cb 100644
--- a/engines/kyra/engine/eobcommon.cpp
+++ b/engines/kyra/engine/eobcommon.cpp
@@ -785,7 +785,7 @@ void EoBCoreEngine::runLoop() {
snd_updateLevelScore();
snd_updateEnvironmentalSfx(0);
turnUndeadAuto();
- delayUntil(frameEnd);
+ delayUntil(frameEnd, false, false, true);
}
}
More information about the Scummvm-git-logs
mailing list