svn-id: r5738
This commit is contained in:
Max Horn 2002-11-28 23:49:48 +00:00
parent 5ce8324b73
commit 9cefa8611d

View File

@ -496,7 +496,7 @@ int Scumm::loadResource(int type, int idx)
uint32 fileOffs;
uint32 size, tag;
debug(1, "loadResource(%s,%d)", resTypeFromId(type),idx);
//debug(1, "loadResource(%s,%d)", resTypeFromId(type),idx);
if (type == rtCharset && (_features & GF_SMALL_HEADER)) {
loadCharset(idx);
@ -1481,7 +1481,7 @@ void Scumm::resourceStats()
}
}
printf("Total allocated size=%d, locked=%d(%d)\n", _allocatedSize, lockedSize, lockedNum);
debug(1, "Total allocated size=%d, locked=%d(%d)\n", _allocatedSize, lockedSize, lockedNum);
}
void Scumm::heapClear(int mode)