these debug() calls look as if they should be debugC() calls
svn-id: r13466
This commit is contained in:
parent
21b81b9ef4
commit
18b35e57c8
2 changed files with 2 additions and 2 deletions
|
@ -1734,7 +1734,7 @@ byte *ScummEngine::getResourceAddress(int type, int idx) {
|
|||
|
||||
setResourceCounter(type, idx, 1);
|
||||
|
||||
debug(DEBUG_RESOURCE, "getResourceAddress(%s,%d) == %p", resTypeFromId(type), idx, ptr + sizeof(MemBlkHeader));
|
||||
debugC(DEBUG_RESOURCE, "getResourceAddress(%s,%d) == %p", resTypeFromId(type), idx, ptr + sizeof(MemBlkHeader));
|
||||
return ptr + sizeof(MemBlkHeader);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue