From 53f78e97fa359b742368e06a850f35464a62e8f3 Mon Sep 17 00:00:00 2001 From: Andrew Livy Date: Thu, 5 Sep 2002 19:03:33 +0000 Subject: [PATCH] Bugfix: BGAnimation Sprites not loading in properly --- stepmania/src/ThemeManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ThemeManager.cpp b/stepmania/src/ThemeManager.cpp index a594b0fcdf..2f0bf2178e 100644 --- a/stepmania/src/ThemeManager.cpp +++ b/stepmania/src/ThemeManager.cpp @@ -187,7 +187,7 @@ try_element_again: file.Open( sRedirFilePath, CFile::modeRead ); CString sNewFileName; file.ReadString( sNewFileName ); -// CString sNewFilePath = sDir+"\\"+sNewFileName; // This is what it used to be, FONTS were getting extra slashes +// CString sNewFilePath = sDir+"\\"+sNewFileName; // This is what it used to be, FONT redirs were getting extra slashes // at the start of their file names, so I took out this extra slash - Andy. CString sNewFilePath = sDir+sNewFileName; if( sNewFileName == "" || !DoesFileExist(sNewFilePath) )