Simplify thanks to TaroNuke.
This commit is contained in:
+5
-5
@@ -1255,13 +1255,13 @@ void Player::UpdateHoldNotes( int iSongRow, float fDeltaTime, vector<TrackRowTap
|
|||||||
//LOG->Trace("initiated note and let go :(");
|
//LOG->Trace("initiated note and let go :(");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if( SCORE_MISSED_HOLDS_AND_ROLLS )
|
||||||
|
{
|
||||||
|
hns = HNS_LetGo;
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
//LOG->Trace("did not initiate note");
|
hns = HNS_None;
|
||||||
if( !bInitiatedNote && !SCORE_MISSED_HOLDS_AND_ROLLS )
|
|
||||||
hns = HNS_None;
|
|
||||||
else
|
|
||||||
hns = HNS_LetGo;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user