[Scummvm-cvs-logs] SF.net SVN: scummvm: [28622] scummvm/trunk/engines/parallaction/ callables_ns.cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Tue Aug 14 21:55:10 CEST 2007


Revision: 28622
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28622&view=rev
Author:   peres001
Date:     2007-08-14 12:55:10 -0700 (Tue, 14 Aug 2007)

Log Message:
-----------
Oops. Removed debug code.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/callables_ns.cpp

Modified: scummvm/trunk/engines/parallaction/callables_ns.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/callables_ns.cpp	2007-08-14 19:53:32 UTC (rev 28621)
+++ scummvm/trunk/engines/parallaction/callables_ns.cpp	2007-08-14 19:55:10 UTC (rev 28622)
@@ -587,11 +587,7 @@
 	//_vm->_gfx->zeroMaskValue(x, y, color);
 
 	BackgroundInfo* info = (BackgroundInfo*)data;
-/*
-	if (x < 0 || x > 319 || y < 0 || y > 199) {
-		printf("zeroMask(%i, %i)\n", x, y);
-	}
-*/
+
 	uint16 _ax = x + y * info->width;
 	info->mask.data[_ax >> 2] &= ~(3 << ((_ax & 3) << 1));
 
@@ -620,8 +616,6 @@
 		newx = _rightHandPositions[2*index];
 	}
 
-	printf("sketch index = %i\n", index);
-
 	Graphics::drawLine(oldx, oldy, newx, newy, 0, zeroMask, _backgroundInfo);
 
 	_rightHandAnim->_left = newx;


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