(why was this commented out?)

This commit is contained in:
Glenn Maynard
2003-06-18 04:25:49 +00:00
parent 8b4c104f44
commit a76f972dba
+4 -4
View File
@@ -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.