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

megath at users.sourceforge.net megath at users.sourceforge.net
Wed Sep 16 00:34:35 CEST 2009


Revision: 44114
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44114&view=rev
Author:   megath
Date:     2009-09-15 22:34:32 +0000 (Tue, 15 Sep 2009)

Log Message:
-----------
commented out noisy debug

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

Modified: scummvm/trunk/engines/teenagent/animation.cpp
===================================================================
--- scummvm/trunk/engines/teenagent/animation.cpp	2009-09-15 22:34:08 UTC (rev 44113)
+++ scummvm/trunk/engines/teenagent/animation.cpp	2009-09-15 22:34:32 UTC (rev 44114)
@@ -180,11 +180,11 @@
 		uint16 offset[255];
 		for (byte i = 0; i < frames_count; ++i) {
 			offset[i] = s->readUint16LE();
-			debug(0, "%u: %04x", i, offset[i]);
+			//debug(0, "%u: %04x", i, offset[i]);
 		}
 		frames = new Surface[frames_count];
 		for (uint16 i = 0; i < frames_count; ++i) {
-			debug(0, "%04x", offset[i]);
+			//debug(0, "%04x", offset[i]);
 			s->seek(offset[i] + off);
 			frames[i].load(s, Surface::kTypeOns);
 			frames[i].x = 0;


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