From 8771c3d6bf1c1f323bced80205b897df71abe970 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 16 Mar 2003 21:55:50 +0000 Subject: [PATCH] fix compile fix warning --- stepmania/src/ScoreKeeperMAX2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/ScoreKeeperMAX2.cpp b/stepmania/src/ScoreKeeperMAX2.cpp index 8c2e210bcf..be400a2965 100644 --- a/stepmania/src/ScoreKeeperMAX2.cpp +++ b/stepmania/src/ScoreKeeperMAX2.cpp @@ -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; } }