mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-30 22:23:54 +00:00
fixed awiz display
svn-id: r14912
This commit is contained in:
parent
96ad0d9cb7
commit
2c80f1c4d6
@ -1305,6 +1305,8 @@ void ScummEngine_v72he::drawWizImage(int restype, int resnum, int x1, int y1, in
|
||||
++rImage.bottom;
|
||||
markRectAsDirty(kMainVirtScreen, rImage);
|
||||
} else {
|
||||
--rImage.right;
|
||||
--rImage.bottom;
|
||||
gdi.copyVirtScreenBuffers(rImage);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user