diff --git a/stepmania/src/NoteSkinManager.cpp b/stepmania/src/NoteSkinManager.cpp index 5d1e50c651..7cd9063153 100644 --- a/stepmania/src/NoteSkinManager.cpp +++ b/stepmania/src/NoteSkinManager.cpp @@ -277,7 +277,7 @@ CString NoteSkinManager::GetPathFromDirAndFile( const CString &sDir, const CStri { CStringArray matches; // fill this with the possible files - GetDirListing( sDir+sFileName+"*.redir", matches, false, true ); + GetDirListing( sDir+sFileName+".redir", matches, false, true ); GetDirListing( sDir+sFileName+"*.xml", matches, false, true ); GetDirListing( sDir+sFileName+"*.actor", matches, false, true ); GetDirListing( sDir+sFileName+"*.model", matches, false, true );