diff options
| author | Mattias Blum <142374929+mattias-blum@users.noreply.github.com> | 2026-07-05 13:49:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-05 13:49:57 -0400 |
| commit | 6812d925ff1d919f7baf1475aa71f714e25136c9 (patch) | |
| tree | 8694f877577223497997f0788585f4cfb56a875c /configure.py | |
| parent | 5adfe20ead03f65d545e292095df4b82877a6bc3 (diff) | |
d_a_npc_mt 100% for GZLE01 (#1102)
* d_a_npc_mt 100% for GZLE01
* implemented dPb_erasePicture and added some relevant inlines
* fixed existing references to mSelectPicture
* PR changes made
Diffstat (limited to 'configure.py')
| -rwxr-xr-x | configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py index af0d3a9a..229f76e7 100755 --- a/configure.py +++ b/configure.py @@ -1684,7 +1684,7 @@ config.libs = [ ActorRel(Matching, "d_a_npc_ls1"), ActorRel(NonMatching, "d_a_npc_mk"), ActorRel(NonMatching, "d_a_npc_mn"), - ActorRel(NonMatching, "d_a_npc_mt"), + ActorRel(MatchingFor("GZLE01"), "d_a_npc_mt"), ActorRel(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d_a_npc_nz"), ActorRel(NonMatching, "d_a_npc_ob1"), ActorRel(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d_a_npc_os"), |
