fix AV
This commit is contained in:
@@ -1803,6 +1803,7 @@ bool Player::IsPlayingBeginner() const
|
|||||||
|
|
||||||
void Player::SetJudgment( TapNoteScore tns, bool bEarly )
|
void Player::SetJudgment( TapNoteScore tns, bool bEarly )
|
||||||
{
|
{
|
||||||
|
if( m_pPlayerStageStats )
|
||||||
m_pPlayerStageStats->tnsLast = tns;
|
m_pPlayerStageStats->tnsLast = tns;
|
||||||
if( m_pPlayerState->m_mp != MultiPlayer_INVALID )
|
if( m_pPlayerState->m_mp != MultiPlayer_INVALID )
|
||||||
MESSAGEMAN->Broadcast( enum_add2(Message_ShowJudgmentMuliPlayerP1,m_pPlayerState->m_mp) );
|
MESSAGEMAN->Broadcast( enum_add2(Message_ShowJudgmentMuliPlayerP1,m_pPlayerState->m_mp) );
|
||||||
|
|||||||
Reference in New Issue
Block a user