This commit is contained in:
Chris Danford
2006-04-24 21:28:27 +00:00
parent e36b0dfdbb
commit ee0f16cee8
+2 -1
View File
@@ -1803,7 +1803,8 @@ bool Player::IsPlayingBeginner() const
void Player::SetJudgment( TapNoteScore tns, bool bEarly )
{
m_pPlayerStageStats->tnsLast = tns;
if( m_pPlayerStageStats )
m_pPlayerStageStats->tnsLast = tns;
if( m_pPlayerState->m_mp != MultiPlayer_INVALID )
MESSAGEMAN->Broadcast( enum_add2(Message_ShowJudgmentMuliPlayerP1,m_pPlayerState->m_mp) );