[Scummvm-cvs-logs] SF.net SVN: scummvm:[45245] scummvm/trunk/engines/sci/gui/gui_animate.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Mon Oct 19 16:40:48 CEST 2009


Revision: 45245
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45245&view=rev
Author:   m_kiewitz
Date:     2009-10-19 14:40:48 +0000 (Mon, 19 Oct 2009)

Log Message:
-----------
SCI/newgui: kAnimate comment changed on fastCast

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gui/gui_animate.cpp

Modified: scummvm/trunk/engines/sci/gui/gui_animate.cpp
===================================================================
--- scummvm/trunk/engines/sci/gui/gui_animate.cpp	2009-10-19 14:33:48 UTC (rev 45244)
+++ scummvm/trunk/engines/sci/gui/gui_animate.cpp	2009-10-19 14:40:48 UTC (rev 45245)
@@ -66,8 +66,8 @@
 
 	while (curNode) {
 		curObject = curNode->value;
-		// Check if the game has a fastCast object
-		// This check is needed so that animation cels won't appear within speech boxes
+		// Check if the game has a fastCast object set
+		//  if we don't abort kAnimate processing, at least in kq5 there will be animation cels drawn into speech boxes.
 		reg_t global84 = _s->script_000->_localsBlock->_locals[84];
 
 		if (!global84.isNull())


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