fix course song number
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user