mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-19 08:06:42 +00:00
Fix graphics glitch in Darm's abode in Kyrandia 1 Amiga.
svn-id: r43277
This commit is contained in:
parent
73e07b60d5
commit
57576e14cd
@ -179,7 +179,7 @@ void TextDisplayer::calcWidestLineBounds(int &x1, int &x2, int w, int cx) {
|
||||
void TextDisplayer::restoreTalkTextMessageBkgd(int srcPage, int dstPage) {
|
||||
if (_talkMessagePrinted) {
|
||||
_talkMessagePrinted = false;
|
||||
_screen->copyRegion(_talkCoords.x, _talkCoords.y, _talkCoords.x, _talkMessageY, _talkCoords.w, _talkMessageH, srcPage, dstPage);
|
||||
_screen->copyRegion(_talkCoords.x, _talkCoords.y, _talkCoords.x, _talkMessageY, _talkCoords.w, _talkMessageH, srcPage, dstPage, Screen::CR_NO_P_CHECK);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user