diff --git a/stepmania/src/Profile.cpp b/stepmania/src/Profile.cpp index b9b758ed28..12843870e4 100644 --- a/stepmania/src/Profile.cpp +++ b/stepmania/src/Profile.cpp @@ -914,7 +914,8 @@ bool Profile::SaveAllToDir( RString sDir, bool bSignData ) const FILEMAN->CreateDir( sDir + EDIT_COURSES_SUBDIR ); FILEMAN->CreateDir( sDir + SCREENSHOTS_SUBDIR ); - FlushDirCache(); + // XXX: Why do we need to flush here? + FILEMAN->FlushDirCache( sDir ); return bSaved; }