fixed warning (but the code is definitely incorrect ;-)

svn-id: r8553
This commit is contained in:
Max Horn 2003-06-19 11:29:15 +00:00
parent 08beeb942b
commit ab7b941999

View File

@ -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;