allow changing difficulty on sections

This commit is contained in:
Chris Danford
2005-04-26 07:03:00 +00:00
parent bfc9c18db1
commit 0f7ab90e7f
+3
View File
@@ -1060,6 +1060,7 @@ void ScreenSelectMusic::ChangeDifficulty( PlayerNumber pn, int dir )
case TYPE_RANDOM:
case TYPE_ROULETTE:
case TYPE_SECTION:
/* XXX: We could be on a music or course sort, or even one with both; we don't
* really know which difficulty to change. Maybe the two difficulties should be
* linked ... */
@@ -1082,6 +1083,8 @@ void ScreenSelectMusic::ChangeDifficulty( PlayerNumber pn, int dir )
AfterStepsChange( vpns );
}
break;
default:
ASSERT(0);
}
}