svn-id: r12139
This commit is contained in:
Max Horn 2004-01-04 14:49:14 +00:00
parent 2ce4d13c04
commit 1081c789a2
6 changed files with 11 additions and 11 deletions

View file

@ -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);