themers can define this now, I guess.

This commit is contained in:
AJ Kelly
2011-07-30 11:29:31 -05:00
parent 938a32a3c8
commit 766f5de4ce
-1
View File
@@ -220,7 +220,6 @@ void BPMDisplay::SetBpmFromCourse( const Course* pCourse )
// GetTranslitFullTitle because "Crashinfo.txt is garbled because of the ANSI output as usual." -f
ASSERT_M( pTrail, ssprintf("Course '%s' has no trail for StepsType '%s'", pCourse->GetTranslitFullTitle().c_str(), StringConversion::ToString(st).c_str() ) );
// todo: let themers define this. -aj
m_fCycleTime = (float)COURSE_CYCLE_SPEED;
if( (int)pTrail->m_vEntries.size() > CommonMetrics::MAX_COURSE_ENTRIES_BEFORE_VARIOUS )