diff options
author | Max Horn | 2002-11-28 23:49:48 +0000 |
---|---|---|
committer | Max Horn | 2002-11-28 23:49:48 +0000 |
commit | 9cefa8611da14f14f1aa63bef745aeedcc3111ba (patch) | |
tree | 4420addcd919eb4b4ea049f1185dcd810a5e03b2 | |
parent | 5ce8324b73d7bd385e4ce3982b4669a3eac928fb (diff) | |
download | scummvm-rg350-9cefa8611da14f14f1aa63bef745aeedcc3111ba.tar.gz scummvm-rg350-9cefa8611da14f14f1aa63bef745aeedcc3111ba.tar.bz2 scummvm-rg350-9cefa8611da14f14f1aa63bef745aeedcc3111ba.zip |
oops
svn-id: r5738
-rw-r--r-- | scumm/resource.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp index c001aa1e0b..31c86c81a4 100644 --- a/scumm/resource.cpp +++ b/scumm/resource.cpp @@ -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) |