[Scummvm-cvs-logs] SF.net SVN: scummvm: [29729] scummvm/trunk/engines/agi/picture.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Dec 6 00:28:31 CET 2007


Revision: 29729
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29729&view=rev
Author:   thebluegr
Date:     2007-12-05 15:28:30 -0800 (Wed, 05 Dec 2007)

Log Message:
-----------
Remove now obsolete comment

Modified Paths:
--------------
    scummvm/trunk/engines/agi/picture.cpp

Modified: scummvm/trunk/engines/agi/picture.cpp
===================================================================
--- scummvm/trunk/engines/agi/picture.cpp	2007-12-05 23:16:12 UTC (rev 29728)
+++ scummvm/trunk/engines/agi/picture.cpp	2007-12-05 23:28:30 UTC (rev 29729)
@@ -68,15 +68,6 @@
 	((PictureMgr *)data)->putVirtPixel(x, y);
 }
 
-/**
- * Draw an AGI line.
- * A line drawing routine sent by Joshua Neal, modified by Stuart George
- * (fixed >>2 to >>1 and some other bugs like x1 instead of y1, etc.)
- * @param x1  x coordinate of start point
- * @param y1  y coordinate of start point
- * @param x2  x coordinate of end point
- * @param y2  y coordinate of end point
- */
 void PictureMgr::drawLine(int x1, int y1, int x2, int y2) {
 	/* CM: Do clipping */
 #define clip(x, y) if ((x)>=(y)) (x)=(y)


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