mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-17 15:18:11 +00:00
Remove overly verbose debug message :)
svn-id: r6247
This commit is contained in:
parent
edacf91d7f
commit
fe81fee2f2
@ -799,7 +799,7 @@ int32 Bundle::decompressCodec(int32 codec, byte *comp_input, byte *comp_output,
|
||||
memset (comp_output, 0, 0x2000);
|
||||
firstWord = READ_BE_UINT16(src);
|
||||
src += 2;
|
||||
printf("firstWord = %d, index = %d\n", firstWord, index);
|
||||
|
||||
if (firstWord != 0) {
|
||||
if (index != 0) {
|
||||
startPos = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user