diff --git a/stepmania/src/SongCacheIndex.cpp b/stepmania/src/SongCacheIndex.cpp index 0cdeb3f097..1caf7259c2 100644 --- a/stepmania/src/SongCacheIndex.cpp +++ b/stepmania/src/SongCacheIndex.cpp @@ -13,7 +13,7 @@ SongCacheIndex *SONGINDEX; SongCacheIndex::SongCacheIndex() { mkdir("Cache", 0755); - CacheIndex.SetPath( "Cache\\index.cache" ); + CacheIndex.SetPath( "Cache/index.cache" ); ReadCacheIndex(); }