From 8ca7ba733b8bae83dd67c9939614d778e7282fcf Mon Sep 17 00:00:00 2001 From: robojumper Date: Sun, 25 May 2025 23:33:33 +0200 Subject: [PATCH] snd_TaskThread OK --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index f9306c4d..df8d5b58 100644 --- a/configure.py +++ b/configure.py @@ -1075,7 +1075,7 @@ config.libs = [ Object(NonMatching, "nw4r/snd/snd_StrmSoundHandle.cpp"), Object(Matching, "nw4r/snd/snd_Task.cpp"), Object(Matching, "nw4r/snd/snd_TaskManager.cpp"), - Object(NonMatching, "nw4r/snd/snd_TaskThread.cpp"), + Object(Matching, "nw4r/snd/snd_TaskThread.cpp"), Object(NonMatching, "nw4r/snd/snd_Voice.cpp"), Object(NonMatching, "nw4r/snd/snd_VoiceManager.cpp"), Object(NonMatching, "nw4r/snd/snd_Util.cpp"),