diff --git a/stepmania/src/ScoreKeeper5th.cpp b/stepmania/src/ScoreKeeper5th.cpp index 7f230b7d1e..7030884cb0 100644 --- a/stepmania/src/ScoreKeeper5th.cpp +++ b/stepmania/src/ScoreKeeper5th.cpp @@ -444,7 +444,7 @@ int ScoreKeeper5th::GetPossibleDancePoints( const NoteData &preNoteData, const N int ScoreKeeper5th::TapNoteScoreToDancePoints( TapNoteScore tns ) { - if(!GAMESTATE->ShowMarvelous() && tns == TNS_MARVELOUS) + if( !GAMESTATE->ShowMarvelous() && tns == TNS_MARVELOUS ) tns = TNS_PERFECT; /*