From 5eeb7eeb3732298c404d9d36a18cbb806533c98f Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Tue, 2 Dec 2003 18:42:33 +0000 Subject: [PATCH] replace hard-coded / with SLASH (courses subdirs not being loaded in xbox) --- stepmania/src/SongManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/SongManager.cpp b/stepmania/src/SongManager.cpp index a3cd484014..4d3c454133 100644 --- a/stepmania/src/SongManager.cpp +++ b/stepmania/src/SongManager.cpp @@ -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