This commit is contained in:
Glenn Maynard
2005-01-08 15:31:55 +00:00
parent fae341d21f
commit 7e9a296b7a
+2 -2
View File
@@ -1317,9 +1317,9 @@ void PlayerMinus::HandleTapRowScore( unsigned row )
if( m_pPlayerStageStats )
m_pPlayerStageStats->iCurCombo;
if(m_pPrimaryScoreKeeper)
if( m_pPrimaryScoreKeeper != NULL )
m_pPrimaryScoreKeeper->HandleTapRowScore( scoreOfLastTap, iNumTapsInRow );
if(m_pSecondaryScoreKeeper)
if( m_pSecondaryScoreKeeper != NULL )
m_pSecondaryScoreKeeper->HandleTapRowScore( scoreOfLastTap, iNumTapsInRow );
if( m_pPlayerStageStats )