[Scummvm-git-logs] scummvm master -> f9e43981aa26f1bdd7a10850bb515293269519d2
eriktorbjorn
noreply at scummvm.org
Sat Sep 28 20:12:33 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:
f9e43981aa ADL: Keep screen updated while playing music
Commit: f9e43981aa26f1bdd7a10850bb515293269519d2
https://github.com/scummvm/scummvm/commit/f9e43981aa26f1bdd7a10850bb515293269519d2
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2024-09-28T22:12:18+02:00
Commit Message:
ADL: Keep screen updated while playing music
Changed paths:
engines/adl/adl.cpp
diff --git a/engines/adl/adl.cpp b/engines/adl/adl.cpp
index 79f55f782f4..ac700c80da2 100644
--- a/engines/adl/adl.cpp
+++ b/engines/adl/adl.cpp
@@ -582,6 +582,7 @@ bool AdlEngine::playTones(const Tones &tones, bool isMusic, bool allowSkip) cons
}
g_system->delayMillis(16);
+ g_system->updateScreen();
}
return false;
More information about the Scummvm-git-logs
mailing list