fix edit crash

This commit is contained in:
Glenn Maynard
2007-05-09 00:28:53 +00:00
parent 75b45df614
commit 9f7a846375
+2 -1
View File
@@ -834,7 +834,8 @@ void Player::UpdateHoldNotes( int iSongRow, float fDeltaTime, vector<TrackRowTap
if( m_pPlayerState->m_PlayerController == PC_AUTOPLAY )
{
STATSMAN->m_CurStageStats.m_bUsedAutoplay = true;
m_pPlayerStageStats->m_bDisqualified = true;
if( m_pPlayerStageStats != NULL )
m_pPlayerStageStats->m_bDisqualified = true;
}
}
else