From a76f972dba0f015e887b5e01104dcd02c0f90baf Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 18 Jun 2003 04:25:49 +0000 Subject: [PATCH] (why was this commented out?) --- stepmania/src/Player.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.