[Scummvm-cvs-logs] SF.net SVN: scummvm: [31995] scummvm/branches/gsoc2008-gui/graphics/ VectorRenderer.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Sun May 11 04:44:21 CEST 2008


Revision: 31995
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31995&view=rev
Author:   drmccoy
Date:     2008-05-10 19:44:21 -0700 (Sat, 10 May 2008)

Log Message:
-----------
Fixing compilation

Modified Paths:
--------------
    scummvm/branches/gsoc2008-gui/graphics/VectorRenderer.cpp

Modified: scummvm/branches/gsoc2008-gui/graphics/VectorRenderer.cpp
===================================================================
--- scummvm/branches/gsoc2008-gui/graphics/VectorRenderer.cpp	2008-05-11 02:37:41 UTC (rev 31994)
+++ scummvm/branches/gsoc2008-gui/graphics/VectorRenderer.cpp	2008-05-11 02:44:21 UTC (rev 31995)
@@ -497,7 +497,7 @@
 		ptr_fill += p * r;
 		while (short_h-- >= 0) {
 			Common::set_to(ptr_fill, ptr_fill + Base::_strokeWidth, color);
-			Common::set_to(ptr_fill + w - _strokeWidth + 1, ptr_fill + w + 1, color);
+			Common::set_to(ptr_fill + w - Base::_strokeWidth + 1, ptr_fill + w + 1, color);
 			ptr_fill += p;
 		}
 	} else {


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