Skip to content

Commit

Permalink
Mark xRenderState and xLightKit as matching
Browse files Browse the repository at this point in the history
  • Loading branch information
escape209 committed Oct 9, 2024
1 parent bba9a11 commit 21b1a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 21b1a2e

Please sign in to comment.