MORTEVIELLE: Enlarge box around screens in order to avoid to display a line of the picture below the border

This commit is contained in:
Strangerke 2013-07-17 20:40:42 +02:00
parent 85d79d0af8
commit 09ccb836a6

View File

@ -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);
}
/**