aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorFilippos Karapetis2013-06-28 15:33:37 +0300
committerFilippos Karapetis2013-06-28 15:33:37 +0300
commit5a8aa67e503c115bc38e14f4b9fac7c334736c9d (patch)
treeb262f1298f5382dae62d649803507356f6c1dc9f /engines
parent02f11ec76f1ac5e81f95d6f07e7a10fb34567a3d (diff)
downloadscummvm-rg350-5a8aa67e503c115bc38e14f4b9fac7c334736c9d.tar.gz
scummvm-rg350-5a8aa67e503c115bc38e14f4b9fac7c334736c9d.tar.bz2
scummvm-rg350-5a8aa67e503c115bc38e14f4b9fac7c334736c9d.zip
NEVERHOOD: Remove superfluous description from a console command
Diffstat (limited to 'engines')
-rw-r--r--engines/neverhood/console.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/neverhood/console.cpp b/engines/neverhood/console.cpp
index 7b5add65c7..a4dd50ce4b 100644
--- a/engines/neverhood/console.cpp
+++ b/engines/neverhood/console.cpp
@@ -79,7 +79,7 @@ bool Console::Cmd_Cheat(int argc, const char **argv) {
DebugPrintf(" music - shows the correct index in the radio music puzzle, module 2800, scene 1\n");
DebugPrintf(" radio - enables the radio, module 3000, scene 9 - same as pulling the rightmost cord in the flytrap room\n");
DebugPrintf(" symbols - solves the symbols puzzle, module 1600, scene 8. Only available in that room\n");
- DebugPrintf(" tubes - shows the correct test tube combination in module 2800, scenes 7 and 10, can be used anywhere\n");
+ DebugPrintf(" tubes - shows the correct test tube combination in module 2800, scenes 7 and 10\n");
return true;
}