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
+4 -1
View File
@@ -298,9 +298,12 @@ void UtilCommand( Actor& actor, const CString &sClassName, const CString &sComma
{
if( actor.GetID().empty() )
return;
} else
}
else
{
ASSERT_M( !actor.GetID().empty(), ssprintf("!actor.GetID().empty() ('%s', '%s')",
sClassName.c_str(), sCommandName.c_str()) );
}
actor.Command( THEME->GetMetric(sClassName,actor.GetID()+sCommandName+"Command") );
}