"ParsedCommand" -> "ActorCommand"

This commit is contained in:
Chris Danford
2004-11-06 20:42:09 +00:00
parent 5127ceef4d
commit 6c855f0c93
13 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -719,7 +719,7 @@ void Model::SetSecondsIntoAnimation( float fSeconds )
}
}
void Model::HandleCommand( const ParsedCommand &command )
void Model::HandleCommand( const ActorCommand &command )
{
BeginHandleParams;