1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-03 13:01:33 +02:00

Remove broken assertion

* this restores music support
This commit is contained in:
AlexVinS 2014-05-24 20:06:55 +04:00 committed by AlexVinS
parent 8eb661461c
commit 47979d28bb

View File

@ -506,10 +506,6 @@ void MusicEntry::load(std::string musicURI)
#endif // 0
#ifdef _WIN32
//The assertion will fail if old MSVC libraries pack .dll is used
assert(Mix_GetMusicType(music) != MUS_MP3);
#endif
}
bool MusicEntry::play()