[Scummvm-git-logs] scummvm master -> 2534faae95ec55635f8c20c1114e65de01dc5d09
whoozle
noreply at scummvm.org
Mon Jul 27 20:37:44 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:
2534faae95 AGDS: Default _fastMode to false so the 25 FPS cap actually applies
Commit: 2534faae95ec55635f8c20c1114e65de01dc5d09
https://github.com/scummvm/scummvm/commit/2534faae95ec55635f8c20c1114e65de01dc5d09
Author: nikaiw (devillers.nicolas at gmail.com)
Date: 2026-07-27T21:37:41+01:00
Commit Message:
AGDS: Default _fastMode to false so the 25 FPS cap actually applies
Keeps animations in sync with the narration.
Changed paths:
engines/agds/agds.cpp
diff --git a/engines/agds/agds.cpp b/engines/agds/agds.cpp
index 20b6f31445e..e22cbdeb9eb 100644
--- a/engines/agds/agds.cpp
+++ b/engines/agds/agds.cpp
@@ -71,7 +71,7 @@ AGDSEngine::AGDSEngine(OSystem *system, const ADGameDescription *gameDesc) : Eng
_ambientSoundId(-1),
_curtainTimer(-1),
_curtainScreen(0),
- _fastMode(true),
+ _fastMode(false),
_hintMode(false) {
debug("agds engine version %d", version());
}
More information about the Scummvm-git-logs
mailing list