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

megath at users.sourceforge.net megath at users.sourceforge.net
Fri Jan 1 13:39:55 CET 2010


Revision: 46817
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46817&view=rev
Author:   megath
Date:     2010-01-01 12:39:54 +0000 (Fri, 01 Jan 2010)

Log Message:
-----------
removed position zeroing in varia resources

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

Modified: scummvm/trunk/engines/teenagent/animation.cpp
===================================================================
--- scummvm/trunk/engines/teenagent/animation.cpp	2010-01-01 12:14:25 UTC (rev 46816)
+++ scummvm/trunk/engines/teenagent/animation.cpp	2010-01-01 12:39:54 UTC (rev 46817)
@@ -193,8 +193,6 @@
 			//debug(0, "%04x", offset[i]);
 			s->seek(offset[i] + off);
 			frames[i].load(s, Surface::kTypeOns);
-			frames[i].x = 0;
-			frames[i].y = 0;
 		}
 
 		break;


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