diff options
-rw-r--r-- | engines/saga/sprite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/sprite.cpp b/engines/saga/sprite.cpp index 879299e290..2a4443916e 100644 --- a/engines/saga/sprite.cpp +++ b/engines/saga/sprite.cpp @@ -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; |