When skipping the IHNM intro, skip all the way to the character selection

screen.

svn-id: r29129
This commit is contained in:
Torbjörn Andersson 2007-09-29 06:26:22 +00:00
parent bccf69bfe1
commit 44746d74a4

View File

@ -230,6 +230,7 @@ bool Scene::playTitle(int title, int time, int mode) {
}
if (checkKey()) {
_vm->_scene->cutawaySkip();
interrupted = true;
done = true;
break;