diff --git a/src/sounds/SoundHandler.cpp b/src/sounds/SoundHandler.cpp index 68f9dd5..ac31e88 100644 --- a/src/sounds/SoundHandler.cpp +++ b/src/sounds/SoundHandler.cpp @@ -36,7 +36,7 @@ SoundHandler * SoundHandler::handlerInstance = NULL; SoundHandler::SoundHandler() - : CThread(CThread::eAttributeAffCore1 | CThread::eAttributePinnedAff, 0, 0x8000) + : CThread(CThread::eAttributeAffCore0 | CThread::eAttributePinnedAff, 0, 0x8000) { Decoding = false; ExitRequested = false;