aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/debugger.cpp
diff options
context:
space:
mode:
authorantoniou792019-08-17 17:35:03 +0300
committerantoniou792019-08-17 21:58:21 +0300
commit0aa82a099f68151d128b3442e695f0737a630cbd (patch)
tree8bff3d30b8654a98b4b84aabe9934cd039166903 /engines/bladerunner/debugger.cpp
parentac40449699c355c235b76182dbde3de9a70af47d (diff)
downloadscummvm-rg350-0aa82a099f68151d128b3442e695f0737a630cbd.tar.gz
scummvm-rg350-0aa82a099f68151d128b3442e695f0737a630cbd.tar.bz2
scummvm-rg350-0aa82a099f68151d128b3442e695f0737a630cbd.zip
BLADERUNNER: Merge code for clues in PS07 original/cut versions
Diffstat (limited to 'engines/bladerunner/debugger.cpp')
-rw-r--r--engines/bladerunner/debugger.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/bladerunner/debugger.cpp b/engines/bladerunner/debugger.cpp
index 7ecd43e651..d7315afec6 100644
--- a/engines/bladerunner/debugger.cpp
+++ b/engines/bladerunner/debugger.cpp
@@ -1640,9 +1640,9 @@ bool Debugger::cmdItem(int argc, const char **argv) {
debugPrintf("Usage 1: %s add <id> <posX> <posY> <posZ> <facing> <height> <width> <animationId>\n", argv[0]);
debugPrintf("Usage 2: %s list <id>\n", argv[0]);
debugPrintf("Usage 3: %s flags <id> <isVisible> <isTarget>\n", argv[0]);
- debugPrintf("Usage 4: %s bounds <id> <posX> <posY> <posZ> <facing> <height> <width>\n", argv[0]);
+ debugPrintf("Usage 4: %s bounds <id> <posX> <posY> <posZ> <facing> <height> <width>\n", argv[0]);
debugPrintf("Usage 5: %s remove <id>\n", argv[0]);
- debugPrintf("Usage 6: %s spin <animationId>\n", argv[0]);
+ debugPrintf("Usage 6: %s spin <animationId>\n", argv[0]);
}
return true;
}