diff --git a/stepmania/src/RageFileManager.cpp b/stepmania/src/RageFileManager.cpp index 8c74c42db9..0c2b806eb8 100644 --- a/stepmania/src/RageFileManager.cpp +++ b/stepmania/src/RageFileManager.cpp @@ -231,7 +231,7 @@ CString LoadedDriver::GetPath( const CString &path ) static void NormalizePath( CString &sPath ) { FixSlashesInPlace( sPath ); - CollapsePath( sPath ); + CollapsePath( sPath, true ); } bool ilt( const CString &a, const CString &b ) { return a.CompareNoCase(b) < 0; }