From e20abe228d2457a6d38c8f78b99926827bf2de00 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 20 May 2008 18:19:32 +0000 Subject: Silenced an MSVC warning svn-id: r32197 --- engines/made/screen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/made/screen.cpp b/engines/made/screen.cpp index 20327c3acf..4802908c05 100644 --- a/engines/made/screen.cpp +++ b/engines/made/screen.cpp @@ -143,7 +143,7 @@ void Screen::setExcludeArea(uint16 x1, uint16 y1, uint16 x2, uint16 y2) { void Screen::drawSurface(Graphics::Surface *sourceSurface, int x, int y, int16 flipX, int16 flipY, int16 mask, const ClipInfo &clipInfo) { - byte *source, *dest, *maskp; + byte *source, *dest, *maskp = 0; int startX = 0; int startY = 0; int clipWidth = sourceSurface->w; -- cgit v1.2.3