Remove code with no effect.

This commit is contained in:
Steve Checkoway
2007-09-16 01:00:49 +00:00
parent b4cb0893ff
commit 07b16b641e
-5
View File
@@ -878,10 +878,6 @@ void Player::UpdateHoldNotes( int iSongRow, float fDeltaTime, vector<TrackRowTap
bInitiatedNote &= tns != TNS_None && tns != TNS_Miss; // did they step on the start of this hold?
}
}
else
{
bInitiatedNote = true;
}
bool bIsHoldingButton = true;
FOREACH( TrackRowTapNote, vTN, trtn )
@@ -894,7 +890,6 @@ void Player::UpdateHoldNotes( int iSongRow, float fDeltaTime, vector<TrackRowTap
if( m_pPlayerState->m_PlayerController != PC_HUMAN )
{
// TODO: Make the CPU miss sometimes.
bIsHoldingButton &= true;
if( m_pPlayerState->m_PlayerController == PC_AUTOPLAY )
{
STATSMAN->m_CurStageStats.m_bUsedAutoplay = true;