oops, oni mode bug (condition was negated)

This commit is contained in:
Andrew Wong
2003-07-28 08:47:11 +00:00
parent c142903064
commit 425e9f1fb4
+1 -1
View File
@@ -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;
/*