FixSlashesInPlace when reading from an actor file

This commit is contained in:
Glenn Maynard
2004-02-15 23:51:57 +00:00
parent c5e45fc964
commit 8e3e6575f3
+1
View File
@@ -46,6 +46,7 @@ Actor* LoadFromActorFile( CString sIniPath, CString sLayer )
ini.GetValue( sLayer, "Type", sType );
CString sFile;
ini.GetValue( sLayer, "File", sFile );
FixSlashesInPlace( sFile );
CString sDir = Dirname( sIniPath );
if( sType == "SongCreditDisplay" )