fix "course number doesn't load"

This commit is contained in:
Chris Danford
2004-06-01 00:08:12 +00:00
parent 2cab5c4689
commit f5f60c0613
+1 -1
View File
@@ -828,7 +828,7 @@ void ScreenGameplay::LoadCourseSongNumber( int SongNumber )
if( !GAMESTATE->IsCourseMode() )
return;
const CString path = THEME->GetPathG( m_sName, ssprintf(" course song %i",SongNumber), true );
const CString path = THEME->GetPathG( m_sName, ssprintf("course song %i",SongNumber), true );
if( path != "" )
m_sprCourseSongNumber.Load( path );
else