Bugfix: BGAnimation Sprites not loading in properly

This commit is contained in:
Andrew Livy
2002-09-05 19:03:33 +00:00
parent 8c1d27b85f
commit 53f78e97fa
+1 -1
View File
@@ -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) )