mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
DRASCULA: Fix minor cut and paste error in Console "room" command.
svn-id: r55579
This commit is contained in:
parent
590ce4762e
commit
e2abf3b000
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user