mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 09:18:38 +00:00
MOHAWK: Fix Myst backgrounds being draw one pixel too low on some cards.
Happened in Myst's Generator cave.
This commit is contained in:
parent
0788493015
commit
0127a888fb
@ -550,7 +550,7 @@ uint16 MohawkEngine_Myst::getCardBackgroundId() {
|
||||
}
|
||||
|
||||
void MohawkEngine_Myst::drawCardBackground() {
|
||||
_gfx->copyImageToBackBuffer(getCardBackgroundId(), Common::Rect(0, 0, 544, 333));
|
||||
_gfx->copyImageToBackBuffer(getCardBackgroundId(), Common::Rect(0, 0, 544, 332));
|
||||
}
|
||||
|
||||
void MohawkEngine_Myst::changeToCard(uint16 card, bool updateScreen) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user