fix crash

This commit is contained in:
Glenn Maynard
2007-05-18 03:12:57 +00:00
parent 78c832dc21
commit 0832b5dd8b
+2 -1
View File
@@ -649,7 +649,8 @@ void Player::Update( float fDeltaTime )
if( m_pPlayerState->m_PlayerController == PC_AUTOPLAY )
{
STATSMAN->m_CurStageStats.m_bUsedAutoplay = true;
m_pPlayerStageStats->m_bDisqualified = true;
if( m_pPlayerStageStats )
m_pPlayerStageStats->m_bDisqualified = true;
}
}
}