From 37e51f1575992b82a3c73536eb4bba7f9e96ed53 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 8 Sep 2009 22:03:07 +0000 Subject: Fixed some (pedantic) warnings svn-id: r44015 --- engines/groovie/cursor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/groovie') diff --git a/engines/groovie/cursor.cpp b/engines/groovie/cursor.cpp index 6a91600dbb..65804a319c 100644 --- a/engines/groovie/cursor.cpp +++ b/engines/groovie/cursor.cpp @@ -297,7 +297,7 @@ void Cursor_v2::decodeFrame(byte *pal, byte *data, byte *dest) { byte ctrA = 0, ctrB = 0; - byte alpha, palIdx; + byte alpha = 0, palIdx = 0; byte r, g, b; -- cgit v1.2.3