fix warnings
This commit is contained in:
+2
-2
@@ -3001,8 +3001,8 @@ void Player::HandleHoldCheckpoint( int iRow, int iNumHoldsHeldThisRow, int iNumH
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// more warp hackery. -aj
|
// more warp hackery. -aj
|
||||||
if( iRow >= (unsigned)GAMESTATE->m_iWarpBeginRow &&
|
if( iRow >= GAMESTATE->m_iWarpBeginRow &&
|
||||||
iRow <= (unsigned)(GAMESTATE->m_iWarpBeginRow + BeatToNoteRow(GAMESTATE->m_fWarpLength)) )
|
iRow <= (GAMESTATE->m_iWarpBeginRow + BeatToNoteRow(GAMESTATE->m_fWarpLength)) )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// don't accumulate combo if AutoPlay is on.
|
// don't accumulate combo if AutoPlay is on.
|
||||||
|
|||||||
Reference in New Issue
Block a user