Browse Source

Remove broken assertion
* this restores music support

AlexVinS 11 years ago
parent
commit
47979d28bb
1 changed files with 0 additions and 4 deletions
  1. 0 4
      client/CMusicHandler.cpp

+ 0 - 4
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()