compile fix

This commit is contained in:
Jared Roberts
2003-03-10 02:56:16 +00:00
parent f5402584f9
commit 929c012b23
+1 -1
View File
@@ -80,7 +80,7 @@ void Combo::Reset()
void Combo::SetScore( TapNoteScore score, int iNumNotesInThisRow, Inventory* pInventory )
{
#ifndef DEBUG
if( PREFSMAN->m_bAutoPlay && !GAMESTATE->m_bDemonstration ) // cheaters never prosper
if( PREFSMAN->m_bAutoPlay && !GAMESTATE->m_bDemonstrationOrJukebox ) // cheaters never prosper
{
m_iCurCombo = 0;
m_iCurComboOfPerfects = 0;