[Scummvm-cvs-logs] SF.net SVN: scummvm: [29246] scummvm/trunk/engines/saga/ihnm_introproc.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Mon Oct 22 18:03:43 CEST 2007
Revision: 29246
http://scummvm.svn.sourceforge.net/scummvm/?rev=29246&view=rev
Author: thebluegr
Date: 2007-10-22 09:03:42 -0700 (Mon, 22 Oct 2007)
Log Message:
-----------
When skipping a video from the introduction of IHNM, the screen fades out before skipping, like in the original
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-10-21 21:38:23 UTC (rev 29245)
+++ scummvm/trunk/engines/saga/ihnm_introproc.cpp 2007-10-22 16:03:42 UTC (rev 29246)
@@ -232,7 +232,7 @@
if (checkKey()) {
_vm->_scene->cutawaySkip();
interrupted = true;
- done = true;
+ phase = 6; // end playback and fade out
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