Commit 1a95c5c8 authored by nanahira's avatar nanahira Committed by nanahira

FIX

parent d77c7126
...@@ -793,7 +793,7 @@ void Game::MainLoop() { ...@@ -793,7 +793,7 @@ void Game::MainLoop() {
usleep(500000); usleep(500000);
#endif #endif
SaveConfig(); SaveConfig();
#ifdef __APPLE__ #ifdef YGOPRO_USE_IRRKLANG
if(engineMusic) if(engineMusic)
engineMusic->drop(); engineMusic->drop();
#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