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 );