From ab7b941999e3ddd99f6bc904e6badcb076807db6 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 19 Jun 2003 11:29:15 +0000 Subject: [PATCH] fixed warning (but the code is definitely incorrect ;-) svn-id: r8553 --- scumm/costume.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/costume.cpp b/scumm/costume.cpp index deedcd027e6..46f571e705a 100644 --- a/scumm/costume.cpp +++ b/scumm/costume.cpp @@ -273,7 +273,7 @@ void CostumeRenderer::procC64() { const byte *src; byte *dst; byte color; - byte len; + byte len = 0; // FIXME - err, len is never set to anything... int y = 0; src = _srcptr;