From 47979d28bbeef093eb41e6461486912c7c059641 Mon Sep 17 00:00:00 2001 From: AlexVinS Date: Sat, 24 May 2014 20:06:55 +0400 Subject: [PATCH] Remove broken assertion * this restores music support --- client/CMusicHandler.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/CMusicHandler.cpp b/client/CMusicHandler.cpp index 829b00940..40ad98247 100644 --- a/client/CMusicHandler.cpp +++ b/client/CMusicHandler.cpp @@ -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()