diff --git a/stepmania/src/RageFile.cpp b/stepmania/src/RageFile.cpp index 572f79bacf..0c24ec48dd 100644 --- a/stepmania/src/RageFile.cpp +++ b/stepmania/src/RageFile.cpp @@ -33,7 +33,7 @@ CString FixSlashes( CString sPath ) void CollapsePath( CString &sPath ) { CStringArray as; - split( sPath, "/", as ); + split( sPath, "/", as, true ); for( unsigned i=0; i