[editorKeysounds] Right, never hits here.
This commit is contained in:
@@ -2746,10 +2746,6 @@ void Player::UpdateTapNotesMissedOlderThan( float fMissIfOlderThanSeconds )
|
|||||||
if( m_pSecondaryScoreKeeper )
|
if( m_pSecondaryScoreKeeper )
|
||||||
m_pSecondaryScoreKeeper->HandleTapScore( tn );
|
m_pSecondaryScoreKeeper->HandleTapScore( tn );
|
||||||
}
|
}
|
||||||
else if (tn.type == TapNote::autoKeysound)
|
|
||||||
{
|
|
||||||
tn.result.tns = AllowW1() ? TNS_W1 : TNS_W2; // sentinel
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
tn.result.tns = TNS_Miss;
|
tn.result.tns = TNS_Miss;
|
||||||
|
|||||||
Reference in New Issue
Block a user