Restores a removed value (it'll be configurable soon)

This commit is contained in:
Alberto Ramos
2010-07-26 21:51:12 -06:00
parent 2a01c203f2
commit f6eee30f9b
+2 -1
View File
@@ -2021,7 +2021,8 @@ void Player::StepStrumHopo( int col, int row, const RageTimer &tm, bool bHeld, b
case TapNote::hold_head:
// oh wow, this was causing the trigger before the hold heads
// bug. (It was fNoteOffset > 0.f before) -DaisuMaster
if( !REQUIRE_STEP_ON_HOLD_HEADS && fNoteOffset <= 0.f )
// todo: make this part a metric or a preference
if( !REQUIRE_STEP_ON_HOLD_HEADS && fNoteOffset <= GetWindowSeconds( TW_W5 ) )
{
score = TNS_W1;
break;