This commit is contained in:
Steve Checkoway
2006-07-25 23:41:15 +00:00
parent 1537a4679d
commit 56d383bc5b
+1 -1
View File
@@ -23,7 +23,7 @@ PercentageDisplay::PercentageDisplay()
m_Last = -1; m_Last = -1;
m_LastMax = -1; m_LastMax = -1;
m_iDancePointsDigits = 0; m_iDancePointsDigits = 0;
m_Format.SetFromExpression( THEME->GetMetric("MultiplayerEvalScoreRow","NumberOnCommandFunction") ); m_Format.SetFromExpression( "FormatPercentScore" );
} }
void PercentageDisplay::LoadFromNode( const RString& sDir, const XNode* pNode ) void PercentageDisplay::LoadFromNode( const RString& sDir, const XNode* pNode )