Commit ebb88900 authored by nanahira's avatar nanahira

change_def

parent 95217ec7
...@@ -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 IRRKLANG_STATIC #ifdef YGOPRO_USE_IKPMP3
irrklang::ikpMP3Init(engineSound); irrklang::ikpMP3Init(engineSound);
irrklang::ikpMP3Init(engineMusic); irrklang::ikpMP3Init(engineMusic);
#endif #endif
......
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