mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 09:36:21 +00:00
Fix compiler warning
svn-id: r35215
This commit is contained in:
parent
59dc18d9ef
commit
c290bb977c
@ -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…
x
Reference in New Issue
Block a user