mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
When skipping a video from the introduction of IHNM, the screen fades out before skipping, like in the original
svn-id: r29246
This commit is contained in:
parent
80045e9661
commit
a152ded458
@ -232,7 +232,7 @@ bool Scene::playTitle(int title, int time, int mode) {
|
||||
if (checkKey()) {
|
||||
_vm->_scene->cutawaySkip();
|
||||
interrupted = true;
|
||||
done = true;
|
||||
phase = 6; // end playback and fade out
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user