(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 ) void Player::HandleHoldScore( HoldNoteScore holdScore, TapNoteScore tapScore )
{ {
bool NoCheating = true; bool NoCheating = true;
/*#ifdef DEBUG #ifdef DEBUG
bool NoCheating = false; NoCheating = false;
#endif //DEBUG #endif
*/
if(GAMESTATE->m_bDemonstrationOrJukebox) if(GAMESTATE->m_bDemonstrationOrJukebox)
NoCheating = false; NoCheating = false;
// don't accumulate points if AutoPlay is on. // don't accumulate points if AutoPlay is on.