redo mine combo control code by hooking wolfman's SetMineJudgment thing (guaranteed to build)

This commit is contained in:
Flameshadowxeroshin
2012-01-23 22:03:11 -06:00
parent 80a0621cbb
commit e19fe5a949
+4
View File
@@ -3348,6 +3348,10 @@ void Player::SetMineJudgment( TapNoteScore tns )
msg.SetParam( "Player", m_pPlayerState->m_PlayerNumber );
msg.SetParam( "TapNoteScore", tns );
MESSAGEMAN->Broadcast( msg );
if( m_pPlayerStageStats )
{
SetCombo( m_pPlayerStageStats->m_iCurCombo, m_pPlayerStageStats->m_iCurMissCombo );
}
}
}