From 425e9f1fb41eeabf56b0e2924e9d4e06a043d0eb Mon Sep 17 00:00:00 2001 From: Andrew Wong Date: Mon, 28 Jul 2003 08:47:11 +0000 Subject: [PATCH] oops, oni mode bug (condition was negated) --- stepmania/src/ScoreKeeperMAX2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /*