From cb12e8685f237755f4a271cef3087c1a7a61b377 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 6 Sep 2003 23:39:49 +0000 Subject: [PATCH] cleanup --- stepmania/src/ScoreKeeperMAX2.cpp | 2 -- 1 file changed, 2 deletions(-) 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;