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"),