removing GetMetricC

This commit is contained in:
Glenn Maynard
2005-08-26 21:12:48 +00:00
parent ef23a5d147
commit 8d7733c6f2
6 changed files with 24 additions and 26 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ void ScreenNetSelectBase::UpdateUsers()
void UtilSetQuadInit( Actor& actor, const CString &sClassName )
{
ActorUtil::SetXYAndOnCommand( actor, sClassName );
actor.SetDiffuse( THEME->GetMetricC( sClassName, actor.GetName() + "Color" ) );
actor.RunCommands( THEME->GetMetricA( sClassName, actor.GetName() + "Command" ) );
actor.SetWidth( THEME->GetMetricF( sClassName, actor.GetName() + "Width" ) );
actor.SetHeight( THEME->GetMetricF( sClassName, actor.GetName() + "Height" ) );
}