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

megath at users.sourceforge.net megath at users.sourceforge.net
Thu Jan 7 11:22:32 CET 2010


Revision: 47104
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47104&view=rev
Author:   megath
Date:     2010-01-07 10:22:31 +0000 (Thu, 07 Jan 2010)

Log Message:
-----------
do not render overlays over the animation sequences

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

Modified: scummvm/trunk/engines/teenagent/scene.cpp
===================================================================
--- scummvm/trunk/engines/teenagent/scene.cpp	2010-01-07 10:01:38 UTC (rev 47103)
+++ scummvm/trunk/engines/teenagent/scene.cpp	2010-01-07 10:22:31 UTC (rev 47104)
@@ -739,8 +739,8 @@
 			_system->unlockScreen();
 			continue;
 		}
-		//render on
-		if (debug_features.feature[DebugFeatures::kShowOn]) {
+		//render on, skipped for animation
+		if (mark == NULL && debug_features.feature[DebugFeatures::kShowOn]) {
 			on.render(surface, actor_animation_position);
 		}
 


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