Merge with develop

--HG--
branch : compatibility-develop
This commit is contained in:
Nimetu 2017-03-25 15:01:22 +02:00
commit 946b509700

View file

@ -353,6 +353,11 @@ public:
continue;
}
if (!CFile::fileExists(filenames[i])) {
nlwarning("Ignore non-existing file '%s'", filenames[i].c_str());
continue;
}
CMusicPlayer::CSongs song;
song.Filename = filenames[i];
SoundMngr->getMixer()->getSongTitle(filenames[i], song.Title, song.Length);