Fix compiler warning
svn-id: r35215
This commit is contained in:
parent
59dc18d9ef
commit
c290bb977c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue