diff --git a/stepmania/src/DifficultyIcon.cpp b/stepmania/src/DifficultyIcon.cpp index d7167e3e7c..a0382f83d3 100644 --- a/stepmania/src/DifficultyIcon.cpp +++ b/stepmania/src/DifficultyIcon.cpp @@ -44,7 +44,7 @@ void DifficultyIcon::SetFromNotes( PlayerNumber pn, Notes* pNotes ) switch( GetNumStates() ) { case 5: SetState( iStateNo ); break; - case 10: SetState( iStateNo ); break; + case 10: SetState( iStateNo*2+pn ); break; default: ASSERT(0); } }