Commit c684484d authored by nanahira's avatar nanahira

fixdev

parent a4e47696
...@@ -13,7 +13,7 @@ bool SoundManager::Init() { ...@@ -13,7 +13,7 @@ bool SoundManager::Init() {
if(!engineSound || !engineMusic) { if(!engineSound || !engineMusic) {
return false; return false;
} else { } else {
#ifdef YGOPRO_USE_IKPMP3 #ifdef IRRKLANG_STATIC
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