diff options
Diffstat (limited to 'scummvm.cpp')
-rw-r--r-- | scummvm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scummvm.cpp b/scummvm.cpp index d610997324..a80a2e97a7 100644 --- a/scummvm.cpp +++ b/scummvm.cpp @@ -374,7 +374,7 @@ void Scumm::startScene(int room, Actor * a, int objectNr) clearMsgQueue(); - unkVirtScreen4(_switchRoomEffect2); + fadeToBlackEffect(_switchRoomEffect2); _newEffect = _switchRoomEffect; if (_currentScript != 0xFF) { |