diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index 99691a6b7c..a6ed614b8e 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -675,10 +675,10 @@ void Player::HandleTapRowScore( unsigned row ) void Player::HandleHoldScore( HoldNoteScore holdScore, TapNoteScore tapScore ) { bool NoCheating = true; -/*#ifdef DEBUG - bool NoCheating = false; -#endif //DEBUG -*/ +#ifdef DEBUG + NoCheating = false; +#endif + if(GAMESTATE->m_bDemonstrationOrJukebox) NoCheating = false; // don't accumulate points if AutoPlay is on.