[editorKeysounds] Right, never hits here.

This commit is contained in:
Jason Felds
2012-02-11 01:10:11 -05:00
parent 22033113a5
commit b2f4365fe5
-4
View File
@@ -2746,10 +2746,6 @@ void Player::UpdateTapNotesMissedOlderThan( float fMissIfOlderThanSeconds )
if( m_pSecondaryScoreKeeper )
m_pSecondaryScoreKeeper->HandleTapScore( tn );
}
else if (tn.type == TapNote::autoKeysound)
{
tn.result.tns = AllowW1() ? TNS_W1 : TNS_W2; // sentinel
}
else
{
tn.result.tns = TNS_Miss;