nicer box matrix output in V3-V8 games

svn-id: r10178
This commit is contained in:
Max Horn 2003-09-11 20:49:10 +00:00
parent 6aa7a63ea0
commit c697e0fa67

View File

@ -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++;
}