[Scummvm-cvs-logs] SF.net SVN: scummvm: [29129] scummvm/trunk/engines/saga/ihnm_introproc.cpp
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Sat Sep 29 08:26:22 CEST 2007
Revision: 29129
http://scummvm.svn.sourceforge.net/scummvm/?rev=29129&view=rev
Author: eriktorbjorn
Date: 2007-09-28 23:26:22 -0700 (Fri, 28 Sep 2007)
Log Message:
-----------
When skipping the IHNM intro, skip all the way to the character selection
screen.
Modified Paths:
--------------
scummvm/trunk/engines/saga/ihnm_introproc.cpp
Modified: scummvm/trunk/engines/saga/ihnm_introproc.cpp
===================================================================
--- scummvm/trunk/engines/saga/ihnm_introproc.cpp 2007-09-29 06:19:02 UTC (rev 29128)
+++ scummvm/trunk/engines/saga/ihnm_introproc.cpp 2007-09-29 06:26:22 UTC (rev 29129)
@@ -230,6 +230,7 @@
}
if (checkKey()) {
+ _vm->_scene->cutawaySkip();
interrupted = true;
done = true;
break;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list