Muting the compiler :P

svn-id: r29443
This commit is contained in:
Sven Hesse 2007-11-06 23:31:00 +00:00
parent 616c8357b4
commit b198e11f8a

View file

@ -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);