make it work

This commit is contained in:
Flameshadowxeroshin
2013-05-29 00:13:09 -05:00
parent 8945797fee
commit 640626e155
+1 -1
View File
@@ -1208,7 +1208,7 @@ void Player::UpdateHoldNotes( int iSongRow, float fDeltaTime, vector<TrackRowTap
{
/*if this hold is already done, pretend it's always being pressed.
fixes/masks the phantom hold issue. -FSX*/
if( (iStartRow + *trtn->pTN.iDuration) > iSongRow )
if( (iStartRow + trtn->pTN->iDuration) > iSongRow )
{
int iTrack = trtn->iTrack;