From c670a3b62daa6e717cb36c3055e686e4c401d501 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 23 Jan 2005 23:20:15 +0000 Subject: [PATCH] cleanup --- stepmania/src/Player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: */