allow changing difficulty on sections
This commit is contained in:
@@ -1060,6 +1060,7 @@ void ScreenSelectMusic::ChangeDifficulty( PlayerNumber pn, int dir )
|
|||||||
|
|
||||||
case TYPE_RANDOM:
|
case TYPE_RANDOM:
|
||||||
case TYPE_ROULETTE:
|
case TYPE_ROULETTE:
|
||||||
|
case TYPE_SECTION:
|
||||||
/* XXX: We could be on a music or course sort, or even one with both; we don't
|
/* 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
|
* really know which difficulty to change. Maybe the two difficulties should be
|
||||||
* linked ... */
|
* linked ... */
|
||||||
@@ -1082,6 +1083,8 @@ void ScreenSelectMusic::ChangeDifficulty( PlayerNumber pn, int dir )
|
|||||||
AfterStepsChange( vpns );
|
AfterStepsChange( vpns );
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
ASSERT(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user