renamed unkVirtScreen4 to fadeToBlackEffect; fixed graphic transition glitch (#551584)
svn-id: r4294
This commit is contained in:
parent
e78435b817
commit
271f50b044
5 changed files with 14 additions and 9 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue