This commit is contained in:
Glenn Maynard
2005-09-03 18:22:41 +00:00
parent eafaf7fbb4
commit 4d2f2308bd
+2 -2
View File
@@ -147,11 +147,11 @@ void BackgroundUtil::GetSongBGAnimations( const Song *pSong, const CString &sMat
vsPathsOut.clear();
if( sMatch.empty() )
{
GetDirListing( pSong->GetSongDir()+sMatch+"*", vsPathsOut, true, true );
GetDirListing( pSong->GetSongDir()+"*", vsPathsOut, true, true );
}
else
{
GetDirListing( pSong->GetSongDir()+sMatch, vsPathsOut, true, true );
GetDirListing( pSong->GetSongDir()+sMatch, vsPathsOut, true, true );
}
vsNamesOut.clear();