fix warnings

This commit is contained in:
AJ Kelly
2011-02-13 15:42:47 -06:00
parent 032de83636
commit 95697e4889
+2 -2
View File
@@ -3001,8 +3001,8 @@ void Player::HandleHoldCheckpoint( int iRow, int iNumHoldsHeldThisRow, int iNumH
#endif
// more warp hackery. -aj
if( iRow >= (unsigned)GAMESTATE->m_iWarpBeginRow &&
iRow <= (unsigned)(GAMESTATE->m_iWarpBeginRow + BeatToNoteRow(GAMESTATE->m_fWarpLength)) )
if( iRow >= GAMESTATE->m_iWarpBeginRow &&
iRow <= (GAMESTATE->m_iWarpBeginRow + BeatToNoteRow(GAMESTATE->m_fWarpLength)) )
return;
// don't accumulate combo if AutoPlay is on.