mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 11:36:22 +00:00
HOPKINS: Bugfix for restoring screen after PLAY_ANM2 animation plays.
This commit is contained in:
parent
63f69f2fa5
commit
60c46fe386
@ -661,7 +661,7 @@ LABEL_114:
|
||||
}
|
||||
} else {
|
||||
_vm->_eventsManager.souris_max();
|
||||
_vm->_graphicsManager.SCANLINE(SCREEN_WIDTH * 2);
|
||||
_vm->_graphicsManager.SCANLINE(SCREEN_WIDTH);
|
||||
_vm->_graphicsManager.max_x = SCREEN_WIDTH;
|
||||
_vm->_graphicsManager.DD_Lock();
|
||||
_vm->_graphicsManager.Cls_Video();
|
||||
|
Loading…
x
Reference in New Issue
Block a user