diff --git a/stepmania/src/TimingData.cpp b/stepmania/src/TimingData.cpp index ebcf6881cc..24cc13144c 100644 --- a/stepmania/src/TimingData.cpp +++ b/stepmania/src/TimingData.cpp @@ -67,9 +67,8 @@ void TimingData::AddStopSegment( const StopSegment &seg ) } /* Change an existing BPM segment, merge identical segments together or insert a new one. */ -void TimingData::SetBPMAtBeat( float fBeat, float fBPM ) +void TimingData::SetBPMAtRow( int iNoteRow, float fBPM ) { - int iNoteRow = BeatToNoteRow( fBeat ); float fBPS = fBPM / 60.0f; unsigned i; for( i=0; i