From f9d8d0cffc520d5bf3301476e402c443431a213d Mon Sep 17 00:00:00 2001
From: Thomas LEBRET
Date: Mon, 25 May 2026 17:13:15 +0200
Subject: [PATCH] Mark d_snd_rng as Matching
---
configure.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.py b/configure.py
index 3358aed1..9cbb56eb 100644
--- a/configure.py
+++ b/configure.py
@@ -832,7 +832,7 @@ config.libs = [
Object(Matching, "d/snd/d_snd_rng_link_voice.cpp"),
Object(NonMatching, "d/snd/d_snd_fi_vocal_mgr.cpp"),
Object(NonMatching, "d/snd/d_snd_data.cpp"),
- Object(NonMatching, "d/snd/d_snd_rng.cpp"),
+ Object(Matching, "d/snd/d_snd_rng.cpp"),
Object(Matching, "d/snd/d_snd_rng_mgr.cpp"),
Object(Matching, "d/snd/d_snd_rng_id.cpp"),
Object(Matching, "d/snd/d_snd_rng_id_if.cpp"),