From 5ddad2d7030883ea80efda74d6aadd94c9f1fbc3 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 17 Nov 2003 16:11:13 +0000 Subject: [PATCH] cleanup --- stepmania/src/BGAnimation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/BGAnimation.cpp b/stepmania/src/BGAnimation.cpp index 97b7de1706..95108a4e29 100644 --- a/stepmania/src/BGAnimation.cpp +++ b/stepmania/src/BGAnimation.cpp @@ -80,7 +80,7 @@ void AddLayersFromAniDir( CString sAniDir, vector &layersAddT { // import a whole BGAnimation #ifdef _XBOX - sImportDir.Replace("/","\\"); + sImportDir.Replace( "/", SLASH ); #endif sImportDir = sAniDir + sImportDir; CollapsePath( sImportDir );