don't calculate on edits in Song::ReCalculateRadarValuesAndLastBeat()

This commit is contained in:
Chris Danford
2005-03-26 18:50:20 +00:00
parent 6caf20d2a1
commit da6eb251bf
+5
View File
@@ -790,6 +790,11 @@ void Song::ReCalculateRadarValuesAndLastBeat()
if( pSteps->IsAutogen() )
continue;
/* Don't calculate with edits. Otherwise, edits installed on the machine could
* extend the length of the song. */
if( pSteps->IsAnEdit() )
continue;
//
// calculate radar values