bring the diff between ScoreKeeperMAX2.cpp and ScoreKeeper5th.cpp down

This commit is contained in:
Glenn Maynard
2003-09-06 23:44:25 +00:00
parent cb12e8685f
commit fa0bfcc1e1
+1 -1
View File
@@ -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;
/*