[Scummvm-git-logs] scummvm master -> f24881157be2e42246398bf1feff3ac14df98089
sev-
noreply at scummvm.org
Tue May 19 06:20:24 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:
f24881157b DIRECTOR: Fix the 'wait' cursor regression
Commit: f24881157be2e42246398bf1feff3ac14df98089
https://github.com/scummvm/scummvm/commit/f24881157be2e42246398bf1feff3ac14df98089
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-05-19T08:15:39+02:00
Commit Message:
DIRECTOR: Fix the 'wait' cursor regression
Introduced in 828966aeb749b with the filmloops refactoring
Changed paths:
engines/director/score.cpp
diff --git a/engines/director/score.cpp b/engines/director/score.cpp
index 9ff70d97ff0..b7e368a4396 100644
--- a/engines/director/score.cpp
+++ b/engines/director/score.cpp
@@ -780,6 +780,11 @@ void Score::update() {
}
_firstRun = false;
+
+ // Force cursor update if a new movie's started.
+ if (_window->_newMovieStarted)
+ renderCursor(_movie->getWindow()->getMousePos(), true);
+
_window->_newMovieStarted = false;
if (!_haveInteractivity)
More information about the Scummvm-git-logs
mailing list