From db200eda22bd9645a0725897290a47237338fbce Mon Sep 17 00:00:00 2001 From: robojumper Date: Sun, 25 May 2025 23:02:35 +0200 Subject: [PATCH] snd_SeqFile OK --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index ed5324f2..693a0f7d 100644 --- a/configure.py +++ b/configure.py @@ -1047,7 +1047,7 @@ config.libs = [ Object(Matching, "nw4r/snd/snd_PlayerHeap.cpp"), Object(Matching, "nw4r/snd/snd_RemoteSpeaker.cpp"), Object(Matching, "nw4r/snd/snd_RemoteSpeakerManager.cpp"), - Object(NonMatching, "nw4r/snd/snd_SeqFile.cpp"), + Object(Matching, "nw4r/snd/snd_SeqFile.cpp"), Object(NonMatching, "nw4r/snd/snd_SeqPlayer.cpp"), Object(NonMatching, "nw4r/snd/snd_SeqSound.cpp"), Object(NonMatching, "nw4r/snd/snd_SeqSoundHandle.cpp"),