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