Improve debug output of video script
svn-id: r24621
This commit is contained in:
parent
4578f9afa5
commit
ea9baa0347
2 changed files with 51 additions and 48 deletions
|
@ -264,6 +264,9 @@ void AGOSEngine::dumpVideoScript(const byte *src, bool one_opcode_only) {
|
|||
printf("%d ", (int16)readUint16Wrapper(src));
|
||||
src += 2;
|
||||
break;
|
||||
case 'j':
|
||||
printf("-> ");
|
||||
break;
|
||||
case 'q':
|
||||
while (readUint16Wrapper(src) != end) {
|
||||
printf("(%d,%d) ", readUint16Wrapper(src),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue