fix "course number doesn't load"
This commit is contained in:
@@ -828,7 +828,7 @@ void ScreenGameplay::LoadCourseSongNumber( int SongNumber )
|
|||||||
if( !GAMESTATE->IsCourseMode() )
|
if( !GAMESTATE->IsCourseMode() )
|
||||||
return;
|
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 != "" )
|
if( path != "" )
|
||||||
m_sprCourseSongNumber.Load( path );
|
m_sprCourseSongNumber.Load( path );
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user