fix crash
This commit is contained in:
@@ -649,6 +649,7 @@ void Player::Update( float fDeltaTime )
|
|||||||
if( m_pPlayerState->m_PlayerController == PC_AUTOPLAY )
|
if( m_pPlayerState->m_PlayerController == PC_AUTOPLAY )
|
||||||
{
|
{
|
||||||
STATSMAN->m_CurStageStats.m_bUsedAutoplay = true;
|
STATSMAN->m_CurStageStats.m_bUsedAutoplay = true;
|
||||||
|
if( m_pPlayerStageStats )
|
||||||
m_pPlayerStageStats->m_bDisqualified = true;
|
m_pPlayerStageStats->m_bDisqualified = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user