replace hard-coded / with SLASH (courses subdirs not being loaded in xbox)

This commit is contained in:
Chris Danford
2003-12-02 18:42:33 +00:00
parent 6652135596
commit 5eeb7eeb37
+1 -1
View File
@@ -1041,7 +1041,7 @@ void SongManager::InitCoursesFromDisk( LoadingWindow *ld )
// Find all CRS files in this group directory
CStringArray arrayCoursePaths;
GetDirListing( COURSES_DIR + sGroupDirName + "/*.crs", arrayCoursePaths, false, true );
GetDirListing( COURSES_DIR + sGroupDirName + SLASH + "*.crs", arrayCoursePaths, false, true );
SortCStringArray( arrayCoursePaths );
for( unsigned j=0; j<arrayCoursePaths.size(); j++ )