mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Merge with develop
--HG-- branch : compatibility-develop
This commit is contained in:
commit
946b509700
1 changed files with 5 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue