cleanup
This commit is contained in:
@@ -200,8 +200,6 @@ void ScoreKeeperMAX2::AddScore( TapNoteScore score )
|
|||||||
|
|
||||||
// What does this do? "Don't use a multiplier if
|
// What does this do? "Don't use a multiplier if
|
||||||
// the player has failed"?
|
// 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] )
|
if( GAMESTATE->m_CurStageStats.bFailed[m_PlayerNumber] )
|
||||||
{
|
{
|
||||||
m_iScore += p;
|
m_iScore += p;
|
||||||
|
|||||||
Reference in New Issue
Block a user