fix comment typo
This commit is contained in:
@@ -740,7 +740,7 @@ void Actor::HandleCommand( const ParsedCommand &command )
|
|||||||
ParsedCommand newcommand = command;
|
ParsedCommand newcommand = command;
|
||||||
newcommand.vTokens.erase( newcommand.vTokens.begin() );
|
newcommand.vTokens.erase( newcommand.vTokens.begin() );
|
||||||
QueueCommand( newcommand );
|
QueueCommand( newcommand );
|
||||||
return; // don't to parameter number checking
|
return; // don't do parameter number checking
|
||||||
}
|
}
|
||||||
|
|
||||||
/* These are commands intended for a Sprite commands, but they will get
|
/* These are commands intended for a Sprite commands, but they will get
|
||||||
|
|||||||
Reference in New Issue
Block a user