[Scummvm-cvs-logs] SF.net SVN: scummvm:[45306] scummvm/trunk/engines/scumm

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Wed Oct 21 15:21:26 CEST 2009


Revision: 45306
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45306&view=rev
Author:   Kirben
Date:     2009-10-21 13:21:26 +0000 (Wed, 21 Oct 2009)

Log Message:
-----------
Add/remove comments.

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/costume.cpp
    scummvm/trunk/engines/scumm/gfx.cpp

Modified: scummvm/trunk/engines/scumm/costume.cpp
===================================================================
--- scummvm/trunk/engines/scumm/costume.cpp	2009-10-21 13:14:53 UTC (rev 45305)
+++ scummvm/trunk/engines/scumm/costume.cpp	2009-10-21 13:21:26 UTC (rev 45306)
@@ -738,6 +738,7 @@
 }
 
 byte PCEngineCostumeRenderer::drawLimb(const Actor *a, int limb) {
+	// TODO
 	return 0;
 }
 

Modified: scummvm/trunk/engines/scumm/gfx.cpp
===================================================================
--- scummvm/trunk/engines/scumm/gfx.cpp	2009-10-21 13:14:53 UTC (rev 45305)
+++ scummvm/trunk/engines/scumm/gfx.cpp	2009-10-21 13:21:26 UTC (rev 45306)
@@ -2821,8 +2821,6 @@
 	free(tileOffsets);
 }
 
-// 52, 1: 2 532
-
 void GdiPCEngine::drawStripPCEngine(byte *dst, byte *mask, int dstPitch, int stripnr, int top, int height) {
 	uint16 tileIdx;
 	byte *tile;


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