Skip to content

Commit

Permalink
MORTEVIELLE: Fix box height when searching
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Jul 24, 2013
1 parent c07c3f0 commit 2c0a99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/mortevielle/utils.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 2c0a99b

Please sign in to comment.