This commit is contained in:
Glenn Maynard
2005-01-10 15:37:29 +00:00
parent faa835f980
commit 917893ec06
-3
View File
@@ -59,9 +59,6 @@ void ScoreDisplayNormal::SetScore( int iNewScore )
if( m_pPlayerState->m_CurrentPlayerOptions.m_ScoreDisplay == PlayerOptions::SCORING_SUBTRACT ) if( m_pPlayerState->m_CurrentPlayerOptions.m_ScoreDisplay == PlayerOptions::SCORING_SUBTRACT )
{ {
if( iNewScore == 0 && g_CurStageStats.m_player[pn].iCurMaxScore == 0 )
m_iScore = g_CurStageStats.m_player[pn].iMaxScore;
else
m_iScore = g_CurStageStats.m_player[pn].iMaxScore - ( g_CurStageStats.m_player[pn].iCurMaxScore - iNewScore ); m_iScore = g_CurStageStats.m_player[pn].iMaxScore - ( g_CurStageStats.m_player[pn].iCurMaxScore - iNewScore );
} }
else if( m_pPlayerState->m_CurrentPlayerOptions.m_ScoreDisplay == PlayerOptions::SCORING_AVERAGE ) else if( m_pPlayerState->m_CurrentPlayerOptions.m_ScoreDisplay == PlayerOptions::SCORING_AVERAGE )