From 02a6a82bd6b05510a0db0869d05b37b4edeb3e5c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 4 Nov 2003 06:52:39 +0000 Subject: [PATCH] Fix CreateDirectories pulling wrong data from cache. (That should fix the cache creation problems ...) --- stepmania/src/RageUtil.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/RageUtil.cpp b/stepmania/src/RageUtil.cpp index 2cad0b1afa..5dbfba6bf0 100644 --- a/stepmania/src/RageUtil.cpp +++ b/stepmania/src/RageUtil.cpp @@ -334,6 +334,7 @@ bool CreateDirectories( CString Path ) } /* Make sure it's a directory. */ + FlushDirCache(); if( !IsADirectory(curpath) ) { if( LOG )