Fix some Kyra1 movies.

svn-id: r40768
This commit is contained in:
Johannes Schickel 2009-05-21 17:25:29 +00:00
parent 4799cbf1c3
commit e1b4f63343

View File

@ -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;
}