mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 20:59:00 +00:00
SCI: Fix class_table debugging command output
This commit is contained in:
parent
a272a6b578
commit
98acee333a
@ -1673,7 +1673,9 @@ bool Console::cmdClassTable(int argc, const char **argv) {
|
||||
className,
|
||||
PRINT_REG(temp.reg),
|
||||
temp.script);
|
||||
} else debugPrintf(" Class 0x%x (not loaded; can't get name) (script %d)\n", i, temp.script);
|
||||
}
|
||||
} else if (argc == 1) {
|
||||
debugPrintf(" Class 0x%x (not loaded; can't get name) (script %d)\n", i, temp.script);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user