aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/debug.cpp
diff options
context:
space:
mode:
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),