diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index a81a7d94a1..a78c1d038c 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -109,7 +109,10 @@ static void ChangeToDirOfExecutable(const char *argv0) * are and use paths as needed, so we don't depend on the binary being * in the same place as "Songs" ... */ if( !DoesFileExist("Songs") ) + { chdir( DirOfExecutable ); + FlushDirCache(); + } #endif }