cleanup
svn-id: r12139
This commit is contained in:
parent
2ce4d13c04
commit
1081c789a2
6 changed files with 11 additions and 11 deletions
|
@ -205,7 +205,7 @@ bool ScummEngine::loadState(int slot, bool compat, SaveFileManager *mgr) {
|
|||
}
|
||||
|
||||
// Restore the virtual screens and force a fade to black.
|
||||
initScreens(_screenB, _screenWidth, _screenH);
|
||||
initScreens(_screenB, _screenH);
|
||||
VirtScreen *vs = &virtscr[0];
|
||||
memset(vs->screenPtr + vs->xstart, 0, vs->width * vs->height);
|
||||
vs->setDirtyRange(0, vs->height);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue