Skip to content

Commit

Permalink
MORTEVIELLE: Fix glitch in one of the head display functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Jul 22, 2013
1 parent d989394 commit b6e7496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/mortevielle/utils.cpp
Expand Up @@ -3176,7 +3176,7 @@ void MortevielleEngine::mennor() {

void MortevielleEngine::premtet() {
draw(10, 80);
_screenSurface.drawBox(18, 79, 155, 91, 15);
_screenSurface.drawBox(18, 79, 155, 92, 15);
}

void MortevielleEngine::ajchai() {
Expand Down

0 comments on commit b6e7496

Please sign in to comment.