mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
nicer box matrix output in V3-V8 games
svn-id: r10178
This commit is contained in:
parent
6aa7a63ea0
commit
c697e0fa67
@ -822,8 +822,8 @@ bool ScummDebugger::Cmd_PrintBoxMatrix(int argc, const char **argv) {
|
||||
Debug_Printf("[%d] ", *boxm++);
|
||||
} else {
|
||||
while (*boxm != 0xFF) {
|
||||
Debug_Printf("[%d] ", *boxm);
|
||||
boxm++;
|
||||
Debug_Printf("[%d-%d=>%d] ", boxm[0], boxm[1], boxm[2]);
|
||||
boxm += 3;
|
||||
}
|
||||
boxm++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user