From fa0075234e4821f292944e4283909605eb7f2308 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 6 Apr 2004 00:46:46 +0000 Subject: [PATCH] allow using 2x6 difficultyicons in eval --- stepmania/src/ScreenEvaluation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenEvaluation.cpp b/stepmania/src/ScreenEvaluation.cpp index 409c261c9c..c5e145f51d 100644 --- a/stepmania/src/ScreenEvaluation.cpp +++ b/stepmania/src/ScreenEvaluation.cpp @@ -363,7 +363,7 @@ void ScreenEvaluation::Init() { FOREACH_EnabledPlayer( p ) { - m_DifficultyIcon[p].Load( THEME->GetPathToG(ssprintf("ScreenEvaluation difficulty icons 1x%d",NUM_DIFFICULTIES)) ); + m_DifficultyIcon[p].Load( THEME->GetPathToG(ssprintf("ScreenEvaluation difficulty icons")) ); switch( m_Type ) { case stage: