mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-01 06:58:34 +00:00
MORTEVIELLE: Fix glitch in one of the head display functions
This commit is contained in:
parent
f706ffbc3c
commit
42ec5c7ed3
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user