fix compile

This commit is contained in:
Glenn Maynard
2003-04-10 08:40:40 +00:00
parent 04145caf72
commit 476de3d690
+2 -2
View File
@@ -547,7 +547,7 @@ void Player::HandleTapRowScore( unsigned row )
#ifndef DEBUG
// don't accumulate points if AutoPlay is on.
if( m_PlayerController == CPU_AUTOPLAY && !GAMESTATE->m_bDemonstrationOrJukebox )
if( GAMESTATE->m_PlayerController[m_PlayerNumber] == CPU_AUTOPLAY && !GAMESTATE->m_bDemonstrationOrJukebox )
return;
#endif //DEBUG
@@ -568,7 +568,7 @@ void Player::HandleHoldScore( HoldNoteScore holdScore, TapNoteScore tapScore )
{
#ifndef DEBUG
// don't accumulate points if AutoPlay is on.
if( m_PlayerController == CPU_AUTOPLAY && !GAMESTATE->m_bDemonstrationOrJukebox )
if( GAMESTATE->m_PlayerController[m_PlayerNumber] == CPU_AUTOPLAY && !GAMESTATE->m_bDemonstrationOrJukebox )
return;
#endif //DEBUG