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

megath at users.sourceforge.net megath at users.sourceforge.net
Sun Feb 7 18:48:19 CET 2010


Revision: 47976
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47976&view=rev
Author:   megath
Date:     2010-02-07 17:48:18 +0000 (Sun, 07 Feb 2010)

Log Message:
-----------
removed mark animation and overlay animation hack

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

Modified: scummvm/trunk/engines/teenagent/scene.cpp
===================================================================
--- scummvm/trunk/engines/teenagent/scene.cpp	2010-02-07 17:47:34 UTC (rev 47975)
+++ scummvm/trunk/engines/teenagent/scene.cpp	2010-02-07 17:48:18 UTC (rev 47976)
@@ -785,8 +785,9 @@
 			_system->unlockScreen();
 			continue;
 		}
-		//render on, skipped for animation
-		if (mark == NULL && debug_features.feature[DebugFeatures::kShowOn]) {
+		//removed mark == null. In final scene of chapter 2 mark rendered above table. 
+		//if it'd cause any bugs, add hack here. (_id != 23 && mark == NULL) 
+		if (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