HandleParams -> BeginHandleParams

This commit is contained in:
Chris Danford
2004-11-06 03:09:29 +00:00
parent 40e692a32c
commit 2c314df898
8 changed files with 20 additions and 17 deletions
+2 -2
View File
@@ -721,7 +721,7 @@ void Model::SetSecondsIntoAnimation( float fSeconds )
void Model::HandleCommand( const ParsedCommand &command )
{
HandleParams;
BeginHandleParams;
const CString& sName = sParam(0);
if( sName=="play" )
@@ -732,7 +732,7 @@ void Model::HandleCommand( const ParsedCommand &command )
return;
}
CheckHandledParams;
EndHandleParams;
}
/*