Commit 9d8ac051 authored by nanahira's avatar nanahira

remove_ikpmp3_on_sound_engine

parent c50fb119
...@@ -14,7 +14,6 @@ bool SoundManager::Init() { ...@@ -14,7 +14,6 @@ bool SoundManager::Init() {
return false; return false;
} else { } else {
#ifdef YGOPRO_USE_IKPMP3 #ifdef YGOPRO_USE_IKPMP3
irrklang::ikpMP3Init(engineSound);
irrklang::ikpMP3Init(engineMusic); irrklang::ikpMP3Init(engineMusic);
#endif #endif
return true; return true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment