mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-13 07:14:59 +00:00
PEGASUS: Clarify use of enableEditListBoundsCheckQuirk() in comment
This commit is contained in:
parent
6f039142d8
commit
803ae263da
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user