[Scummvm-git-logs] scummvm master -> 803ae263da2e825a8979dcad55ffd6ab95ea8d8a
antoniou79
noreply at scummvm.org
Mon Jan 15 07:10:36 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:
803ae263da PEGASUS: Clarify use of enableEditListBoundsCheckQuirk() in comment
Commit: 803ae263da2e825a8979dcad55ffd6ab95ea8d8a
https://github.com/scummvm/scummvm/commit/803ae263da2e825a8979dcad55ffd6ab95ea8d8a
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2024-01-15T09:10:07+02:00
Commit Message:
PEGASUS: Clarify use of enableEditListBoundsCheckQuirk() in comment
Changed paths:
engines/pegasus/movie.cpp
diff --git a/engines/pegasus/movie.cpp b/engines/pegasus/movie.cpp
index c1fbe16ecee..6f55ded1f36 100644
--- a/engines/pegasus/movie.cpp
+++ b/engines/pegasus/movie.cpp
@@ -58,6 +58,8 @@ void Movie::initFromMovieFile(const Common::Path &fileName, bool transparent) {
releaseMovie();
_video = new Video::QuickTimeDecoder();
+ // enableEditListBoundsCheckQuirk(true) fixes bug #14855
+ // At least one video file (Images/AI/Caldoria/XAE1) requires this fix
_video->enableEditListBoundsCheckQuirk(true);
if (!_video->loadFile(fileName)) {
// Replace any colon with an underscore, since only macOS
More information about the Scummvm-git-logs
mailing list