aboutsummaryrefslogtreecommitdiff
path: root/graphics/surface.cpp
diff options
context:
space:
mode:
authorSven Hesse2007-11-06 23:31:00 +0000
committerSven Hesse2007-11-06 23:31:00 +0000
commitb198e11f8ae6215b4ef1f0627bc7a9496049c84d (patch)
tree9f926c9cacadd1223589bc6cb352687b78e2a92b /graphics/surface.cpp
parent616c8357b428c5109e882262c2d87edada3c0cdc (diff)
downloadscummvm-rg350-b198e11f8ae6215b4ef1f0627bc7a9496049c84d.tar.gz
scummvm-rg350-b198e11f8ae6215b4ef1f0627bc7a9496049c84d.tar.bz2
scummvm-rg350-b198e11f8ae6215b4ef1f0627bc7a9496049c84d.zip
Muting the compiler :P
svn-id: r29443
Diffstat (limited to 'graphics/surface.cpp')
-rw-r--r--graphics/surface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/surface.cpp b/graphics/surface.cpp
index 84b833adfd..290bef6263 100644
--- a/graphics/surface.cpp
+++ b/graphics/surface.cpp
@@ -131,7 +131,7 @@ void Surface::fillRect(Common::Rect r, uint32 color) {
int width = r.width();
int height = r.height();
- int i;
+// int i;
if (bytesPerPixel == 1) {
byte *ptr = (byte *)getBasePtr(r.left, r.top);