mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-16 23:19:49 +00:00
MORTEVIELLE: Enlarge box around screens in order to avoid to display a line of the picture below the border
This commit is contained in:
parent
85d79d0af8
commit
09ccb836a6
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user