mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-05 01:00:48 +00:00
fixed warning (but the code is definitely incorrect ;-)
svn-id: r8553
This commit is contained in:
parent
08beeb942b
commit
ab7b941999
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user