From 09ccb836a6c5b690e8c96fc1026def119dd75c5e Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 17 Jul 2013 20:40:42 +0200 Subject: MORTEVIELLE: Enlarge box around screens in order to avoid to display a line of the picture below the border --- engines/mortevielle/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/mortevielle/utils.cpp b/engines/mortevielle/utils.cpp index 78a4db8ad2..cc75f2ae7b 100644 --- a/engines/mortevielle/utils.cpp +++ b/engines/mortevielle/utils.cpp @@ -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); } /** -- cgit v1.2.3