remove unused
This commit is contained in:
@@ -1739,8 +1739,6 @@ void Player::HandleTapRowScore( unsigned row )
|
||||
|
||||
if( m_pPrimaryScoreKeeper != NULL )
|
||||
m_pPrimaryScoreKeeper->HandleTapRowScore( m_NoteData, row, bComboStopped, bMissComboStopped );
|
||||
if( bMissComboStopped )
|
||||
SCREENMAN->PostMessageToTopScreen( SM_MissComboAborted, 0 );
|
||||
if( bComboStopped && iOldCombo > 50 )
|
||||
SCREENMAN->PostMessageToTopScreen( SM_ComboStopped, 0 );
|
||||
if( m_pSecondaryScoreKeeper != NULL )
|
||||
|
||||
@@ -35,7 +35,6 @@ AutoScreenMessage( SM_900Combo );
|
||||
AutoScreenMessage( SM_1000Combo );
|
||||
AutoScreenMessage( SM_ComboStopped );
|
||||
AutoScreenMessage( SM_ComboContinuing );
|
||||
AutoScreenMessage( SM_MissComboAborted );
|
||||
|
||||
// Helper class to ensure that each row is only judged once without taking too much memory.
|
||||
class JudgedRows
|
||||
|
||||
Reference in New Issue
Block a user