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:
Filippos Karapetis 2007-10-22 16:03:42 +00:00
parent 80045e9661
commit a152ded458

View File

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