aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/console.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2012-06-14 02:36:45 +0300
committerFilippos Karapetis2012-06-14 02:36:45 +0300
commitb9057761df4de1b314aaec9eb7b14653863bb031 (patch)
tree26b4477499adec28aba37c85c45ab01268859cf3 /engines/sci/console.cpp
parente4f08a4644c5a59b8e02b3702eef436e52e2d994 (diff)
downloadscummvm-rg350-b9057761df4de1b314aaec9eb7b14653863bb031.tar.gz
scummvm-rg350-b9057761df4de1b314aaec9eb7b14653863bb031.tar.bz2
scummvm-rg350-b9057761df4de1b314aaec9eb7b14653863bb031.zip
SCI: Add missing documentation for the plane_items / pi console command
Diffstat (limited to 'engines/sci/console.cpp')
-rw-r--r--engines/sci/console.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/console.cpp b/engines/sci/console.cpp
index 6a44972a4b..94ac437a15 100644
--- a/engines/sci/console.cpp
+++ b/engines/sci/console.cpp
@@ -373,6 +373,7 @@ bool Console::cmdHelp(int argc, const char **argv) {
DebugPrintf(" animate_list / al - Shows the current list of objects in kAnimate's draw list (SCI0 - SCI1.1)\n");
DebugPrintf(" window_list / wl - Shows a list of all the windows (ports) in the draw list (SCI0 - SCI1.1)\n");
DebugPrintf(" plane_list / pl - Shows a list of all the planes in the draw list (SCI2+)\n");
+ DebugPrintf(" plane_items / pi - Shows a list of all items for a plane (SCI2+)\n");
DebugPrintf(" saved_bits - List saved bits on the hunk\n");
DebugPrintf(" show_saved_bits - Display saved bits\n");
DebugPrintf("\n");