From 21b1a2e57b139bd1db89c4ec23e4686ddc93971b Mon Sep 17 00:00:00 2001 From: escape209 Date: Wed, 9 Oct 2024 14:21:36 +0100 Subject: [PATCH] Mark xRenderState and xLightKit as matching --- configure.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.py b/configure.py index c820da69..ca3cd0f7 100644 --- a/configure.py +++ b/configure.py @@ -440,13 +440,13 @@ def Rel(lib_name: str, objects: List[Object]) -> Dict[str, Any]: Object(NonMatching, "SB/Core/x/xParEmitter.cpp"), Object(Matching, "SB/Core/x/xVolume.cpp"), Object(NonMatching, "SB/Core/x/xParEmitterType.cpp"), - Object(NonMatching, "SB/Core/x/xRenderState.cpp"), + Object(Matching, "SB/Core/x/xRenderState.cpp"), Object(NonMatching, "SB/Game/zEntPlayerOOBState.cpp"), Object(NonMatching, "SB/Core/x/xClumpColl.cpp"), Object(NonMatching, "SB/Core/x/xEntBoulder.cpp"), Object(NonMatching, "SB/Core/x/xGrid.cpp"), Object(NonMatching, "SB/Core/x/xJSP.cpp"), - Object(NonMatching, "SB/Core/x/xLightKit.cpp"), + Object(Matching, "SB/Core/x/xLightKit.cpp"), Object(Matching, "SB/Game/zCamMarker.cpp"), Object(NonMatching, "SB/Game/zGoo.cpp"), Object(NonMatching, "SB/Game/zGrid.cpp"),