diff options
author | David Turner | 2011-01-28 01:05:17 +0000 |
---|---|---|
committer | David Turner | 2011-01-28 01:05:17 +0000 |
commit | e2abf3b000060fea2bf873644409a81849c181ca (patch) | |
tree | 7fad230379dbfb1f4d9f1f842c692e45c9a175b2 | |
parent | 590ce4762e25bdf600b1ed59e258d6175de0cfe4 (diff) | |
download | scummvm-rg350-e2abf3b000060fea2bf873644409a81849c181ca.tar.gz scummvm-rg350-e2abf3b000060fea2bf873644409a81849c181ca.tar.bz2 scummvm-rg350-e2abf3b000060fea2bf873644409a81849c181ca.zip |
DRASCULA: Fix minor cut and paste error in Console "room" command.
svn-id: r55579
-rw-r--r-- | engines/drascula/console.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/drascula/console.cpp b/engines/drascula/console.cpp index 9d01675f7d..aa9fcc0960 100644 --- a/engines/drascula/console.cpp +++ b/engines/drascula/console.cpp @@ -38,7 +38,7 @@ Console::~Console() { bool Console::Cmd_Room(int argc, const char **argv) { if (argc < 2) { - DebugPrintf("Usage: changeCard <card>\n"); + DebugPrintf("Usage: room <number>\n"); return true; } |