diff --git a/stepmania/src/ScoreKeeperMAX2.cpp b/stepmania/src/ScoreKeeperMAX2.cpp index c41589fcd2..7d20c49436 100644 --- a/stepmania/src/ScoreKeeperMAX2.cpp +++ b/stepmania/src/ScoreKeeperMAX2.cpp @@ -200,8 +200,6 @@ void ScoreKeeperMAX2::AddScore( TapNoteScore score ) // What does this do? "Don't use a multiplier if // the player has failed"? - // Also, why does this switch on score again instead - // of just adding p? -Chris if( GAMESTATE->m_CurStageStats.bFailed[m_PlayerNumber] ) { m_iScore += p;