Possible fix for graphics glitches when showing letters.

svn-id: r31199
This commit is contained in:
Johannes Schickel 2008-03-20 11:32:06 +00:00
parent 6d1cf23322
commit cc3b30d1cd

View File

@ -935,7 +935,7 @@ int KyraEngine_v2::o2_showLetter(ScriptState *script) {
bookPrintText(2, letterBuffer, 0xC, 0xA, 0x20);
}
_screen->copyRegion(0, 0, 0, 0, 320, 200, 2, 0);
_screen->copyRegion(0, 0, 0, 0, 320, 200, 2, 0, Screen::CR_NO_P_CHECK);
_screen->fadePalette(_screen->getPalette(0), 0x14);
_screen->setMouseCursor(0, 0, getShapePtr(0));
setMousePos(280, 160);