Muting the compiler :P
svn-id: r29443
This commit is contained in:
parent
616c8357b4
commit
b198e11f8a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue