bring the diff between ScoreKeeperMAX2.cpp and ScoreKeeper5th.cpp down
This commit is contained in:
@@ -444,7 +444,7 @@ int ScoreKeeper5th::GetPossibleDancePoints( const NoteData &preNoteData, const N
|
|||||||
|
|
||||||
int ScoreKeeper5th::TapNoteScoreToDancePoints( TapNoteScore tns )
|
int ScoreKeeper5th::TapNoteScoreToDancePoints( TapNoteScore tns )
|
||||||
{
|
{
|
||||||
if(!GAMESTATE->ShowMarvelous() && tns == TNS_MARVELOUS)
|
if( !GAMESTATE->ShowMarvelous() && tns == TNS_MARVELOUS )
|
||||||
tns = TNS_PERFECT;
|
tns = TNS_PERFECT;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user