renamed unkVirtScreen4 to fadeToBlackEffect; fixed graphic transition glitch (#551584)

svn-id: r4294
This commit is contained in:
Max Horn 2002-05-12 17:51:40 +00:00
parent e78435b817
commit 271f50b044
5 changed files with 14 additions and 9 deletions

View file

@ -127,8 +127,8 @@ bool Scumm::loadState(int slot, bool compat)
gdi._mask_left = -1;
initScreens(0, 0, 320, 200);
_screenEffectFlag = 1;
unkVirtScreen4(129);
_screenEffectFlag = true;
fadeToBlackEffect(129);
initScreens(0, sb, 320, sh);