add LoadAllCommands

remove old assert
This commit is contained in:
Glenn Maynard
2007-02-20 02:00:12 +00:00
parent de845e00b8
commit 2fe5d7a76d
+1 -1
View File
@@ -87,7 +87,7 @@ void PercentageDisplay::Load( const PlayerState *pPlayerState, const PlayerStage
m_textPercent.LoadFromFont( THEME->GetPathF(sMetricsGroup,"text") );
ActorUtil::SetXY( m_textPercent, sMetricsGroup );
ASSERT( m_textPercent.HasCommand("Off") );
ActorUtil::LoadAllCommands( m_textPercent, sMetricsGroup );
this->AddChild( &m_textPercent );
if( !PREFSMAN->m_bDancePointsForOni && m_bUseRemainder )