(why was this commented out?)
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user