fix compile
fix warning
This commit is contained in:
@@ -126,7 +126,7 @@ void ScoreKeeperMAX2::HandleTapRowScore( TapNoteScore scoreOfLastTap, int iNumTa
|
|||||||
#ifndef DEBUG
|
#ifndef DEBUG
|
||||||
if( PREFSMAN->m_bAutoPlay && !GAMESTATE->m_bDemonstrationOrJukebox ) // cheaters never prosper
|
if( PREFSMAN->m_bAutoPlay && !GAMESTATE->m_bDemonstrationOrJukebox ) // cheaters never prosper
|
||||||
{
|
{
|
||||||
m_iCurComboOfPerfects = 0;
|
m_iCurToastyCombo = 0;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif //DEBUG
|
#endif //DEBUG
|
||||||
@@ -166,7 +166,7 @@ void ScoreKeeperMAX2::HandleTapRowScore( TapNoteScore scoreOfLastTap, int iNumTa
|
|||||||
iCurCombo += iNumTapsInRow;
|
iCurCombo += iNumTapsInRow;
|
||||||
break;
|
break;
|
||||||
case TNS_GREAT:
|
case TNS_GREAT:
|
||||||
int aosid = 4;
|
// int aosid = 4;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user