[Scummvm-cvs-logs] scummvm master -> b9057761df4de1b314aaec9eb7b14653863bb031
bluegr
md5 at scummvm.org
Thu Jun 14 01:38:00 CEST 2012
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
b9057761df SCI: Add missing documentation for the plane_items / pi console command
Commit: b9057761df4de1b314aaec9eb7b14653863bb031
https://github.com/scummvm/scummvm/commit/b9057761df4de1b314aaec9eb7b14653863bb031
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2012-06-13T16:36:45-07:00
Commit Message:
SCI: Add missing documentation for the plane_items / pi console command
Changed paths:
engines/sci/console.cpp
diff --git a/engines/sci/console.cpp b/engines/sci/console.cpp
index 6a44972..94ac437 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");
More information about the Scummvm-git-logs
mailing list