runs on Xbox
This commit is contained in:
@@ -303,7 +303,7 @@ bool KSFLoader::LoadGlobalData( const CString &sPath, Song &out )
|
||||
/* Try to fill in missing bits of information from the pathname. */
|
||||
{
|
||||
CStringArray asBits;
|
||||
split( sPath, "/", asBits, true);
|
||||
split( sPath, SLASH, asBits, true);
|
||||
|
||||
ASSERT(asBits.size() > 1);
|
||||
LoadTags(asBits[asBits.size()-2], out);
|
||||
|
||||
Reference in New Issue
Block a user