add missing endless banner

This commit is contained in:
AJ Kelly
2011-05-10 09:24:31 -05:00
parent 8968ccfa45
commit a867b88640
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -204,7 +204,8 @@ void BPMDisplay::SetBpmFromCourse( const Course* pCourse )
StepsType st = GAMESTATE->GetCurrentStyle()->m_StepsType;
Trail *pTrail = pCourse->GetTrail( st );
ASSERT( pTrail );
// 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(), StringConversion::ToString(st).c_str() ) );
m_fCycleTime = 0.2f;