[Scummvm-cvs-logs] SF.net SVN: scummvm:[45757] scummvm/trunk/engines/teenagent/scene.cpp

megath at users.sourceforge.net megath at users.sourceforge.net
Sun Nov 8 21:01:07 CET 2009


Revision: 45757
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45757&view=rev
Author:   megath
Date:     2009-11-08 20:01:07 +0000 (Sun, 08 Nov 2009)

Log Message:
-----------
fixed typo

Modified Paths:
--------------
    scummvm/trunk/engines/teenagent/scene.cpp

Modified: scummvm/trunk/engines/teenagent/scene.cpp
===================================================================
--- scummvm/trunk/engines/teenagent/scene.cpp	2009-11-08 20:00:31 UTC (rev 45756)
+++ scummvm/trunk/engines/teenagent/scene.cpp	2009-11-08 20:01:07 UTC (rev 45757)
@@ -490,8 +490,10 @@
 				int index = actor_animation.currentIndex() + 1;
 				if (index < message_first_frame)
 					visible = false;
-				if (index > message_last_frame) 
+				if (index > message_last_frame) {
 					clearMessage();
+					visible = false;
+				}
 			}
 			
 			if (visible) {


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