DRASCULA: Fix minor cut and paste error in Console "room" command.

svn-id: r55579
This commit is contained in:
David Turner 2011-01-28 01:05:17 +00:00
parent 590ce4762e
commit e2abf3b000

View File

@ -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;
}