Duplicate code.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user