Commit 54e75245 authored by nanahira's avatar nanahira

fix

parent 6946b3de
...@@ -121,7 +121,7 @@ void SoundManager::PlaySound(char* sound) { ...@@ -121,7 +121,7 @@ void SoundManager::PlaySound(char* sound) {
ma_sound_start(usingSoundEffectPointer); ma_sound_start(usingSoundEffectPointer);
#endif #endif
#ifdef YGOPRO_USE_IRRKLANG #ifdef YGOPRO_USE_IRRKLANG
engineSound->play2D(soundPath); engineSound->play2D(sound);
#endif #endif
#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