aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/debug.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-11-05 06:10:41 +0000
committerTravis Howell2006-11-05 06:10:41 +0000
commitea9baa0347f68a3eca4953e3daf828650d4e4190 (patch)
treea7ac869b20b4715c1ce436b8e3abe34b73d912e8 /engines/agos/debug.cpp
parent4578f9afa56fb92434206d817b67591fbe0186c6 (diff)
downloadscummvm-rg350-ea9baa0347f68a3eca4953e3daf828650d4e4190.tar.gz
scummvm-rg350-ea9baa0347f68a3eca4953e3daf828650d4e4190.tar.bz2
scummvm-rg350-ea9baa0347f68a3eca4953e3daf828650d4e4190.zip
Improve debug output of video script
svn-id: r24621
Diffstat (limited to 'engines/agos/debug.cpp')
-rw-r--r--engines/agos/debug.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/agos/debug.cpp b/engines/agos/debug.cpp
index 8e03db0255..4fcb1c947d 100644
--- a/engines/agos/debug.cpp
+++ b/engines/agos/debug.cpp
@@ -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),