fix warning

This commit is contained in:
Glenn Maynard
2004-01-21 01:32:56 +00:00
parent 1658d3a4b4
commit c05d04d197
+1 -1
View File
@@ -823,7 +823,7 @@ void Actor::HandleCommand( const ParsedCommand &command )
else if( sName=="customtexturerect" || sName=="texcoordvelocity" || sName=="scaletoclipped" ||
sName=="stretchtexcoords" || sName=="position" || sName=="loop" || sName=="play" ||
sName=="pause" || sName=="rate" )
; /* sprite commands */
return; /* sprite commands; don't run CheckHandledParams */
else
{
CString sError = ssprintf( "Actor::HandleCommand: Unrecognized command name '%s'.", sName.c_str() );