aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/costume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/costume.cpp b/scumm/costume.cpp
index deedcd027e..46f571e705 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;