[Scummvm-cvs-logs] SF.net SVN: scummvm: [27543] scummvm/trunk/engines/saga/animation.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Jun 19 12:13:42 CEST 2007


Revision: 27543
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27543&view=rev
Author:   thebluegr
Date:     2007-06-19 03:13:41 -0700 (Tue, 19 Jun 2007)

Log Message:
-----------
IHNM: In chained cutaways, clear the previous cutaway immediately

Modified Paths:
--------------
    scummvm/trunk/engines/saga/animation.cpp

Modified: scummvm/trunk/engines/saga/animation.cpp
===================================================================
--- scummvm/trunk/engines/saga/animation.cpp	2007-06-19 02:42:59 UTC (rev 27542)
+++ scummvm/trunk/engines/saga/animation.cpp	2007-06-19 10:13:41 UTC (rev 27543)
@@ -86,7 +86,7 @@
 
 	// Chained cutaway, clean up the previous cutaway
 	if (_cutawayActive) {
-		returnFromCutaway();
+		clearCutaway();
 
 		// This is used because when AM is zapping the child's mother in Benny's chapter, 
 		// there is a cutaway followed by a video. The video needs to start immediately after


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