Fix compiler warning

svn-id: r35215
This commit is contained in:
Max Horn 2008-12-03 11:05:07 +00:00
parent 59dc18d9ef
commit c290bb977c

View File

@ -328,7 +328,7 @@ void Sprite::drawOccluded(Surface *ds, const Rect &clipRect, SpriteList &spriteL
const byte *sourcePointer;
byte *destPointer;
byte *maskPointer;
int width = NULL;
int width = 0;
int height = 0;
int xAlign = 0;
int yAlign = 0;