mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-04 00:19:56 +00:00
MORTEVIELLE: Fix box height when searching
This commit is contained in:
parent
11df173292
commit
eb998776ac
@ -2981,7 +2981,7 @@ void MortevielleEngine::drawPicture() {
|
|||||||
clearUpperLeftPart();
|
clearUpperLeftPart();
|
||||||
if (_caff > 99) {
|
if (_caff > 99) {
|
||||||
draw(60, 33);
|
draw(60, 33);
|
||||||
_screenSurface.drawBox(118, 32, 291, 121, 15); // Medium box
|
_screenSurface.drawBox(118, 32, 291, 122, 15); // Medium box
|
||||||
} else if (_caff > 69) {
|
} else if (_caff > 69) {
|
||||||
draw(112, 48); // Heads
|
draw(112, 48); // Heads
|
||||||
_screenSurface.drawBox(222, 47, 155, 92, 15);
|
_screenSurface.drawBox(222, 47, 155, 92, 15);
|
||||||
|
Loading…
Reference in New Issue
Block a user