diff --git a/src/Player.cpp b/src/Player.cpp index e8fd8ad661..a5099b3553 100644 --- a/src/Player.cpp +++ b/src/Player.cpp @@ -963,7 +963,8 @@ void Player::Update( float fDeltaTime ) if( tn.HoldResult.fLife >= 0.5f ) continue; - Step( iTrack, iHeadRow, now, false, false ); + // This handles any roll steps beyond the first. + Step( iTrack, -1, now, false, false ); if( m_pPlayerState->m_PlayerController == PC_AUTOPLAY ) { STATSMAN->m_CurStageStats.m_bUsedAutoplay = true;