From c290bb977c38bc939a42d968343f19445f117027 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 3 Dec 2008 11:05:07 +0000 Subject: Fix compiler warning svn-id: r35215 --- engines/saga/sprite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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; -- cgit v1.2.3