fix compile

fix warning
This commit is contained in:
Glenn Maynard
2003-03-16 21:55:50 +00:00
parent 9dbbb7949e
commit 8771c3d6bf
+2 -2
View File
@@ -126,7 +126,7 @@ void ScoreKeeperMAX2::HandleTapRowScore( TapNoteScore scoreOfLastTap, int iNumTa
#ifndef DEBUG
if( PREFSMAN->m_bAutoPlay && !GAMESTATE->m_bDemonstrationOrJukebox ) // cheaters never prosper
{
m_iCurComboOfPerfects = 0;
m_iCurToastyCombo = 0;
return;
}
#endif //DEBUG
@@ -166,7 +166,7 @@ void ScoreKeeperMAX2::HandleTapRowScore( TapNoteScore scoreOfLastTap, int iNumTa
iCurCombo += iNumTapsInRow;
break;
case TNS_GREAT:
int aosid = 4;
// int aosid = 4;
break;
}
}