From 935b188e2932256b1867e69b0cac93179b5e4505 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 28 Oct 2008 08:31:17 +0000 Subject: [PATCH] temp hack to fix flushing; remaining Save/ paths need to be changed to /Save/ --- stepmania/src/RageFileManager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/RageFileManager.cpp b/stepmania/src/RageFileManager.cpp index 3d532c5359..2f0f2c113b 100644 --- a/stepmania/src/RageFileManager.cpp +++ b/stepmania/src/RageFileManager.cpp @@ -737,6 +737,7 @@ static bool PathUsesSlowFlush( const RString &sPath ) { static const char *FlushPaths[] = { + "/Save/", "Save/" };