TSAGE: Remove redundant parameter
This commit is contained in:
parent
f1d890beb7
commit
85adc95f79
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ bool Debugger::Cmd_MoveObject(int argc, const char **argv) {
|
|||
// Check for a flag to clear
|
||||
if ((argc < 2) || (argc > 3)){
|
||||
DebugPrintf("Usage: %s <object number> [<scene number>]\n", argv[0]);
|
||||
DebugPrintf("If no scene is specified, the object will be added to inventory\n", argv[0]);
|
||||
DebugPrintf("If no scene is specified, the object will be added to inventory\n");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue