disable old minihold hack while new fix is tested. this will be reverted if the fix fails.

This commit is contained in:
Flameshadowxeroshin
2011-02-12 23:19:34 -06:00
parent aa1e278db0
commit 18e8c1b976
+2 -2
View File
@@ -1014,9 +1014,9 @@ void Player::UpdateHoldNotes( int iSongRow, float fDeltaTime, vector<TrackRowTap
// register as Held, even if you hit the note. This is considered a
// major roadblock to adoption, so until a proper fix is found,
// DON'T REMOVE THIS HACK! -aj
if( iMaxEndRow-iStartRow <= 4 )
/*if( iMaxEndRow-iStartRow <= 4 )
bInitiatedNote = true;
else
else*/
bInitiatedNote = bSteppedOnHead;
}
else