If a percentage is being displayed when playing oni mode, only count marvelous as 2 dance points. This makes the percentage consistent with Max2 and also playing a single song on battery and playing a single song oni course will be graded the same.
This commit is contained in:
@@ -477,7 +477,7 @@ int ScoreKeeperMAX2::TapNoteScoreToDancePoints( TapNoteScore tns )
|
||||
case PLAY_MODE_ONI:
|
||||
switch( tns )
|
||||
{
|
||||
case TNS_MARVELOUS: return +3;
|
||||
case TNS_MARVELOUS: return (PREFSMAN->m_bDancePointsForOni ? +3 : +2);
|
||||
case TNS_PERFECT: return +2;
|
||||
case TNS_GREAT: return +1;
|
||||
case TNS_GOOD: return +0;
|
||||
|
||||
Reference in New Issue
Block a user