From 83a7f21b96da09bfa8487a51230e91e606315f7b Mon Sep 17 00:00:00 2001 From: robojumper Date: Mon, 26 May 2025 00:33:25 +0200 Subject: [PATCH] snd_StrmChannel OK --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 8ce07d5c..445359da 100644 --- a/configure.py +++ b/configure.py @@ -1068,7 +1068,7 @@ config.libs = [ Object(NonMatching, "nw4r/snd/snd_SoundStartable.cpp"), Object(NonMatching, "nw4r/snd/snd_SoundSystem.cpp"), Object(NonMatching, "nw4r/snd/snd_SoundThread.cpp"), - Object(NonMatching, "nw4r/snd/snd_StrmChannel.cpp"), + Object(Matching, "nw4r/snd/snd_StrmChannel.cpp"), Object(Matching, "nw4r/snd/snd_StrmFile.cpp"), Object(NonMatching, "nw4r/snd/snd_StrmPlayer.cpp"), Object(NonMatching, "nw4r/snd/snd_StrmSound.cpp"),