diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index 135d3b18bb..b7d244f027 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -695,7 +695,7 @@ void Player::Step( int col, RageTimer tm ) if( iIndexOverlappingNote != -1 ) { // compute the score for this hit - const float fStepBeat = NoteRowToBeat( (float)iIndexOverlappingNote ); + const float fStepBeat = NoteRowToBeat( iIndexOverlappingNote ); const float fStepSeconds = GAMESTATE->m_pCurSong->GetElapsedTimeFromBeat(fStepBeat); /* We actually stepped on the note this long ago: */