aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/console.cpp')
-rw-r--r--engines/agi/console.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/agi/console.cpp b/engines/agi/console.cpp
index 3729cd3be6..4e310a3aac 100644
--- a/engines/agi/console.cpp
+++ b/engines/agi/console.cpp
@@ -532,6 +532,9 @@ bool Console::Cmd_ScreenObj(int argc, const char **argv) {
}
debugPrintf("x: %d, y: %d, stepSize: %d, flag: %x\n", screenObj->move_x, screenObj->move_y, screenObj->move_stepSize, screenObj->move_flag);
break;
+ default:
+ debugPrintf("motion: UNKNOWN (%d)\n", screenObj->motionType);
+ break;
}
}
return true;