fix crash

This commit is contained in:
Glenn Maynard
2007-05-18 03:12:57 +00:00
parent 78c832dc21
commit 0832b5dd8b
+1
View File
@@ -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;
} }
} }