From fa0bfcc1e1eab875ed38e0c71a8537820d92f4e5 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 6 Sep 2003 23:44:25 +0000 Subject: [PATCH] bring the diff between ScoreKeeperMAX2.cpp and ScoreKeeper5th.cpp down --- stepmania/src/ScoreKeeper5th.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /*