mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 08:25:35 +00:00
Fix some Kyra1 movies.
svn-id: r40768
This commit is contained in:
parent
4799cbf1c3
commit
e1b4f63343
@ -151,7 +151,7 @@ void WSAMovie_v1::displayFrame(int frameNum, int pageNum, int x, int y, ...) {
|
||||
if (_flags & WF_OFFSCREEN_DECODE)
|
||||
Screen::decodeFrameDelta(dst, _deltaBuffer);
|
||||
else
|
||||
Screen::decodeFrameDeltaPage(dst, _deltaBuffer, _width, false);
|
||||
Screen::decodeFrameDeltaPage(dst, _deltaBuffer, _width, (_flags & WF_XOR) == 0);
|
||||
}
|
||||
_currentFrame = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user