fix compile

This commit is contained in:
Glenn Maynard
2005-05-18 08:14:56 +00:00
parent dd98a6bc7e
commit 27413bdb35
+1 -1
View File
@@ -383,7 +383,7 @@ void ScoreKeeperMAX2::HandleTapRowScore( TapNoteScore scoreOfLastTap, int iNumTa
// handle combo logic // handle combo logic
// //
#ifndef DEBUG #ifndef DEBUG
if( PREFSMAN->m_bAutoPlay && !GAMESTATE->m_bDemonstrationOrJukebox ) // cheaters never prosper if( PREFSMAN->m_AutoPlay != PC_HUMAN && !GAMESTATE->m_bDemonstrationOrJukebox ) // cheaters never prosper
{ {
m_iCurToastyCombo = 0; m_iCurToastyCombo = 0;
return; return;