From 48df0fc0d2d475c2ebf158eb60ba95911e652f5e Mon Sep 17 00:00:00 2001 From: "Ben \"root\" Anderson" Date: Thu, 19 Dec 2013 18:21:09 -0600 Subject: [PATCH] Botched the positioning of this comment, oops --- src/Player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Player.cpp b/src/Player.cpp index c32bfe0e35..b5c341a5f6 100644 --- a/src/Player.cpp +++ b/src/Player.cpp @@ -3009,8 +3009,8 @@ void Player::CrossedRows( int iLastRowCrossed, const RageTimer &now ) * TODO: Move this to a separate function. */ if( m_bTickHolds && m_pPlayerState->m_PlayerController != PC_AUTOPLAY ) { - // There are some charts that don't want tickcounts involved at all. int tickCurrent = m_Timing->GetTickcountAtRow( iLastRowCrossed ); + // There are some charts that don't want tickcounts involved at all. int iCheckpointFrequencyRows = ( tickCurrent > 0 ? ROWS_PER_BEAT / tickCurrent : 0 ); if( iCheckpointFrequencyRows > 0 )