Skip to content

Commit

Permalink
MORTEVIELLE: Enlarge box around screens in order to avoid to display …
Browse files Browse the repository at this point in the history
…a line of the picture below the border
  • Loading branch information
Strangerke committed Jul 18, 2013
1 parent 3b4f4f4 commit 3004c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/mortevielle/utils.cpp
Expand Up @@ -388,7 +388,7 @@ void MortevielleEngine::setTextColor(int col) {
*/
void MortevielleEngine::prepareScreenType1() {
// Large drawing
_screenSurface.drawBox(0, 11, 512, 163, 15);
_screenSurface.drawBox(0, 11, 512, 164, 15);
}

/**
Expand Down

0 comments on commit 3004c27

Please sign in to comment.