diff --git a/stepmania/src/NotesLoaderKSF.cpp b/stepmania/src/NotesLoaderKSF.cpp index f1bbdbc16c..aa6a05ef7d 100644 --- a/stepmania/src/NotesLoaderKSF.cpp +++ b/stepmania/src/NotesLoaderKSF.cpp @@ -276,6 +276,9 @@ bool KSFLoader::LoadFromDir( CString sDir, Song &out ) if( arrayKSFFileNames.empty() ) RageException::Throw( "Couldn't find any KSF files in '%s'", sDir.c_str() ); + if(!LoadGlobalData(out.GetSongDir() + arrayKSFFileNames[0], out)) + return false; + // load the Notes from the rest of the KSF files unsigned i; for( i=0; i