diff --git a/stepmania/src/ScoreKeeperMAX2.cpp b/stepmania/src/ScoreKeeperMAX2.cpp index 9ec6d91d0c..d1ce5a133d 100644 --- a/stepmania/src/ScoreKeeperMAX2.cpp +++ b/stepmania/src/ScoreKeeperMAX2.cpp @@ -427,7 +427,7 @@ int ScoreKeeperMAX2::GetPossibleDancePoints( const NoteData* pNoteData ) int ScoreKeeperMAX2::TapNoteScoreToDancePoints( TapNoteScore tns ) { - if(GAMESTATE->ShowMarvelous() && tns == TNS_MARVELOUS) + if(!GAMESTATE->ShowMarvelous() && tns == TNS_MARVELOUS) tns = TNS_PERFECT; /*