From 2fe5d7a76da64b1c6aa775fb72402d070f1fc096 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 20 Feb 2007 02:00:12 +0000 Subject: [PATCH] add LoadAllCommands remove old assert --- stepmania/src/PercentageDisplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/PercentageDisplay.cpp b/stepmania/src/PercentageDisplay.cpp index d532e21629..8ed3263b09 100644 --- a/stepmania/src/PercentageDisplay.cpp +++ b/stepmania/src/PercentageDisplay.cpp @@ -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 )