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:
parent
8eb661461c
commit
47979d28bb
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user