mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 07:53:12 +00:00
Fixed the output from the "res" debugger command that I accidentally broke, oh,
almost four months ago. svn-id: r22167
This commit is contained in:
parent
9aec81802d
commit
6b10484513
@ -291,7 +291,7 @@ bool Debugger::Cmd_Res(int argc, const char **argv) {
|
||||
for (uint i = 0; i < numClusters; i++) {
|
||||
const char *locStr[3] = { "HDD", "CD1", "CD2" };
|
||||
|
||||
DebugPrintf("%-20s %d\n", resFiles[i].fileName, locStr[resFiles[i].cd]);
|
||||
DebugPrintf("%-20s %s\n", resFiles[i].fileName, locStr[resFiles[i].cd]);
|
||||
}
|
||||
|
||||
DebugPrintf("%d resources\n", _vm->_resman->getNumResFiles());
|
||||
|
Loading…
x
Reference in New Issue
Block a user