set DifficultyIcon from the actual diffiuclty, not preferred
This commit is contained in:
@@ -379,7 +379,7 @@ void ScreenEvaluation::Init()
|
|||||||
m_DifficultyIcon[p].SetFromSteps( p, GAMESTATE->m_pCurSteps[p] );
|
m_DifficultyIcon[p].SetFromSteps( p, GAMESTATE->m_pCurSteps[p] );
|
||||||
break;
|
break;
|
||||||
case course:
|
case course:
|
||||||
m_DifficultyIcon[p].SetFromDifficulty( p, GAMESTATE->m_PreferredCourseDifficulty[p] );
|
m_DifficultyIcon[p].SetFromTrail( p, GAMESTATE->m_pCurTrail[p] );
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
ASSERT(0);
|
ASSERT(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user