fix course song number

This commit is contained in:
Glenn Maynard
2005-02-26 19:31:34 +00:00
parent 65013f2335
commit aea0cba8f9
+1 -1
View File
@@ -868,7 +868,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+1), true );
if( path != "" )
m_sprCourseSongNumber.Load( path );
else