diff options
author | Filippos Karapetis | 2013-06-28 15:33:37 +0300 |
---|---|---|
committer | Filippos Karapetis | 2013-06-28 15:33:37 +0300 |
commit | 5a8aa67e503c115bc38e14f4b9fac7c334736c9d (patch) | |
tree | b262f1298f5382dae62d649803507356f6c1dc9f | |
parent | 02f11ec76f1ac5e81f95d6f07e7a10fb34567a3d (diff) | |
download | scummvm-rg350-5a8aa67e503c115bc38e14f4b9fac7c334736c9d.tar.gz scummvm-rg350-5a8aa67e503c115bc38e14f4b9fac7c334736c9d.tar.bz2 scummvm-rg350-5a8aa67e503c115bc38e14f4b9fac7c334736c9d.zip |
NEVERHOOD: Remove superfluous description from a console command
-rw-r--r-- | engines/neverhood/console.cpp | 2 |
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; } |