From 20707a9978593611e045c8a4b3757057da16b601 Mon Sep 17 00:00:00 2001 From: Jared Roberts Date: Mon, 10 Mar 2003 02:07:52 +0000 Subject: [PATCH] compile fix --- stepmania/src/Player.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index bb8bfa8e7a..851a89a56d 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -569,7 +569,7 @@ void Player::HandleNoteScore( TapNoteScore score, int iNumTapsInRow ) #ifndef DEBUG // don't accumulate points if AutoPlay is on. - if( PREFSMAN->m_bAutoPlay && !GAMESTATE->m_bDemonstration ) + if( PREFSMAN->m_bAutoPlay && !GAMESTATE->m_bDemonstrationOrJukebox ) return; #endif //DEBUG @@ -590,7 +590,7 @@ void Player::HandleHoldNoteScore( HoldNoteScore score, TapNoteScore TapNoteScore { #ifndef DEBUG // don't accumulate points if AutoPlay is on. - if( PREFSMAN->m_bAutoPlay && !GAMESTATE->m_bDemonstration ) + if( PREFSMAN->m_bAutoPlay && !GAMESTATE->m_bDemonstrationOrJukebox ) return; #endif //DEBUG