This commit is contained in:
Glenn Maynard
2003-11-17 16:11:13 +00:00
parent ed86f8fc2c
commit 5ddad2d703
+1 -1
View File
@@ -80,7 +80,7 @@ void AddLayersFromAniDir( CString sAniDir, vector<BGAnimationLayer*> &layersAddT
{
// import a whole BGAnimation
#ifdef _XBOX
sImportDir.Replace("/","\\");
sImportDir.Replace( "/", SLASH );
#endif
sImportDir = sAniDir + sImportDir;
CollapsePath( sImportDir );