From 08a2f6f6c24c6fe88edfdde310915c7d3ba23a13 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Fri, 28 Mar 2008 16:25:10 +0000 Subject: [PATCH] move constants to metrics --- stepmania/src/ScoreDisplayNormal.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/ScoreDisplayNormal.cpp b/stepmania/src/ScoreDisplayNormal.cpp index 6b80f26ab1..ffde2a0003 100644 --- a/stepmania/src/ScoreDisplayNormal.cpp +++ b/stepmania/src/ScoreDisplayNormal.cpp @@ -24,6 +24,7 @@ ScoreDisplayNormal::ScoreDisplayNormal() // init the text m_text.LoadFromFont( THEME->GetPathF("ScoreDisplayNormal","Text") ); + m_text.Load( "RollingNumbers" ); m_text.SetName( "Text" ); m_text.UpdateText(); ActorUtil::LoadAllCommandsAndSetXY( m_text, sType );