fix not counting hold scores when autoplay is on

This commit is contained in:
Glenn Maynard
2003-05-17 21:19:00 +00:00
parent b114bc6965
commit fd74e6e64d
+1 -1
View File
@@ -654,7 +654,7 @@ void Player::HandleHoldScore( HoldNoteScore holdScore, TapNoteScore tapScore )
if(GAMESTATE->m_bDemonstrationOrJukebox)
NoCheating = false;
// don't accumulate points if AutoPlay is on.
if( NoCheating && GAMESTATE->m_PlayerController[m_PlayerNumber] == PC_CPU )
if( NoCheating && GAMESTATE->m_PlayerController[m_PlayerNumber] == PC_AUTOPLAY )
return;
if(m_pScoreKeeper)