MORTEVIELLE: Fix box height when searching

This commit is contained in:
Strangerke 2013-07-25 00:50:08 +02:00
parent 11df173292
commit eb998776ac

View File

@ -2981,7 +2981,7 @@ void MortevielleEngine::drawPicture() {
clearUpperLeftPart();
if (_caff > 99) {
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) {
draw(112, 48); // Heads
_screenSurface.drawBox(222, 47, 155, 92, 15);