From 766f5de4ce94581186d24785f247c14764ea8a61 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sat, 30 Jul 2011 11:29:31 -0500 Subject: [PATCH] themers can define this now, I guess. --- src/BPMDisplay.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/BPMDisplay.cpp b/src/BPMDisplay.cpp index a891f7161f..075e017baa 100644 --- a/src/BPMDisplay.cpp +++ b/src/BPMDisplay.cpp @@ -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 )