diff --git a/stepmania/src/FontManager.cpp b/stepmania/src/FontManager.cpp index e9303efa3b..09b18cb252 100644 --- a/stepmania/src/FontManager.cpp +++ b/stepmania/src/FontManager.cpp @@ -179,7 +179,10 @@ void FontManager::GetFontPaths(const CString &sFontOrTextureFilePath, ASSERT(sExt.CompareNoCase("redir")); /* don't give us a redir! */ if(!sExt.empty()) + { TexturePaths.push_back(sFontOrTextureFilePath); + return; + } /* If we have no extension, we need to search. */ GetDirListing( sFontOrTextureFilePath + "*.png", TexturePaths, false, true );