[Scummvm-cvs-logs] SF.net SVN: scummvm: [29443] scummvm/trunk/graphics/surface.cpp
drmccoy at users.sourceforge.net
drmccoy at users.sourceforge.net
Wed Nov 7 00:31:01 CET 2007
Revision: 29443
http://scummvm.svn.sourceforge.net/scummvm/?rev=29443&view=rev
Author: drmccoy
Date: 2007-11-06 15:31:00 -0800 (Tue, 06 Nov 2007)
Log Message:
-----------
Muting the compiler :P
Modified Paths:
--------------
scummvm/trunk/graphics/surface.cpp
Modified: scummvm/trunk/graphics/surface.cpp
===================================================================
--- scummvm/trunk/graphics/surface.cpp 2007-11-06 23:03:19 UTC (rev 29442)
+++ scummvm/trunk/graphics/surface.cpp 2007-11-06 23:31:00 UTC (rev 29443)
@@ -131,7 +131,7 @@
int width = r.width();
int height = r.height();
- int i;
+// int i;
if (bytesPerPixel == 1) {
byte *ptr = (byte *)getBasePtr(r.left, r.top);
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