This commit is contained in:
Glenn Maynard
2004-06-04 03:42:49 +00:00
parent da275bc880
commit 7999764de4
3 changed files with 2 additions and 9 deletions
+1 -1
View File
@@ -379,7 +379,7 @@ void ScreenEvaluation::Init()
m_DifficultyIcon[p].SetFromSteps( p, GAMESTATE->m_pCurSteps[p] );
break;
case course:
m_DifficultyIcon[p].SetFromCourseDifficulty( p, GAMESTATE->m_PreferredCourseDifficulty[p] );
m_DifficultyIcon[p].SetFromDifficulty( p, GAMESTATE->m_PreferredCourseDifficulty[p] );
break;
default:
ASSERT(0);