From 9f63c12ac90cc2348c6243b53153060745b21607 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Wed, 7 May 2008 18:55:53 +0000 Subject: [PATCH] load songmovies from song group subdir --- stepmania/src/BackgroundUtil.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/BackgroundUtil.cpp b/stepmania/src/BackgroundUtil.cpp index 13b61b637f..8d49df8e47 100644 --- a/stepmania/src/BackgroundUtil.cpp +++ b/stepmania/src/BackgroundUtil.cpp @@ -263,6 +263,7 @@ void BackgroundUtil::GetGlobalRandomMovies( // Check for an exact match if( !sMatch.empty() ) { + GetDirListing( SONG_MOVIES_DIR+pSong->m_sGroupName+"/"+sMatch, vsPathsOut, false, true ); // search in SongMovies/SongGroupName/ first GetDirListing( SONG_MOVIES_DIR+sMatch, vsPathsOut, false, true ); GetDirListing( RANDOMMOVIES_DIR+sMatch, vsPathsOut, false, true ); if( !vsPathsOut.empty() )