From ae18395969ced5c92d8d20c6150c879b12be8f8b Mon Sep 17 00:00:00 2001 From: robojumper Date: Mon, 26 May 2025 02:32:57 +0200 Subject: [PATCH] snd_WaveSoundHandle OK --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 7dcd938f..ce7ab97b 100644 --- a/configure.py +++ b/configure.py @@ -1082,7 +1082,7 @@ config.libs = [ Object(NonMatching, "nw4r/snd/snd_WaveArchive.cpp"), Object(NonMatching, "nw4r/snd/snd_WaveFile.cpp"), Object(Matching, "nw4r/snd/snd_WaveSound.cpp"), - Object(NonMatching, "nw4r/snd/snd_WaveSoundHandle.cpp"), + Object(Matching, "nw4r/snd/snd_WaveSoundHandle.cpp"), Object(Matching, "nw4r/snd/snd_WsdFile.cpp"), Object(NonMatching, "nw4r/snd/snd_WsdPlayer.cpp"), Object(Matching, "nw4r/snd/snd_adpcm.cpp"),