[Scummvm-git-logs] scummvm master -> d2a4bb8ad4ad49aa8537e799dc8c6a258df8f1de
sev-
noreply at scummvm.org
Sat Feb 8 22:07:47 UTC 2025
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:
d2a4bb8ad4 VIDEO: QTVR: Restore interactivity zones computation
Commit: d2a4bb8ad4ad49aa8537e799dc8c6a258df8f1de
https://github.com/scummvm/scummvm/commit/d2a4bb8ad4ad49aa8537e799dc8c6a258df8f1de
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-02-08T23:07:38+01:00
Commit Message:
VIDEO: QTVR: Restore interactivity zones computation
It was deleted accidentally
Changed paths:
video/qtvr_decoder.cpp
diff --git a/video/qtvr_decoder.cpp b/video/qtvr_decoder.cpp
index 0a97bbd53a7..72a46950522 100644
--- a/video/qtvr_decoder.cpp
+++ b/video/qtvr_decoder.cpp
@@ -1016,6 +1016,7 @@ void QuickTimeDecoder::setCursor(int curId) {
if (!_cursorCache) {
_cursorCache = (Graphics::Cursor **)calloc(kCurLastCursor, sizeof(Graphics::Cursor *));
+ computeInteractivityZones();
memset(_cursorDirMap, 0, 256 * sizeof(int));
int n = 511;
More information about the Scummvm-git-logs
mailing list