Duplicate code.

This commit is contained in:
Glenn Maynard
2003-09-06 01:20:03 +00:00
parent d1edec229d
commit 449b296133
2 changed files with 0 additions and 20 deletions
-10
View File
@@ -65,16 +65,6 @@ ScoreKeeperMAX2::ScoreKeeperMAX2( const vector<Steps*>& apNotes_, const CStringA
}
GAMESTATE->m_CurStageStats.iPossibleDancePoints[pn_] = iTotalPossibleDancePoints;
if( !GAMESTATE->IsCourseMode() )
{
ASSERT( !apNotes.empty() );
GAMESTATE->m_CurStageStats.pSong = GAMESTATE->m_pCurSong;
GAMESTATE->m_CurStageStats.iMeter[pn_] = apNotes[0]->GetMeter();
} else {
GAMESTATE->m_CurStageStats.pSong = NULL;
}
m_iScore = 0;
m_iCurToastyCombo = 0;