diff options
| author | N1ghtD3c0d3r <N1ghtD3c0d3r@proton.me> | 2026-05-31 19:00:48 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-31 18:00:48 -0400 |
| commit | f2d931cd81b76b5e7ab29f6b53d172040d088a23 (patch) | |
| tree | 2252e072e5935421c20572d57750596ef904e564 /configure.py | |
| parent | c8e7f94434c39938a5e01d3a719d64236e90190b (diff) | |
d_a_lstair - 100% matching for GZLJ01, GZLE01 and GZLP01 (#1039)
* d_a_lstair - 100% matching for GZLE01
* d_a_lstair - 100% matching for GZLE01 - restore comment deleted by mistake
* d_a_lstair - 100% matching for GZLE01 - fix return values of functions in the MethodTable; replace code with some inlines and macros; improve some casting locations; replace some magic numbers with enum usage; adjust res enum file according general update in the codebase
* d_a_lstair - 100% matching for GZLE01 - remove useless parameter
* d_a_lstair - 100% matching for GZLJ01, GZLE01 and GZLP01
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 cbc38f33..a6a6ac34 100755 --- a/configure.py +++ b/configure.py @@ -1618,7 +1618,7 @@ config.libs = [ ActorRel(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d_a_komore"), ActorRel(Matching, "d_a_lbridge"), ActorRel(Matching, "d_a_leaflift"), - ActorRel(NonMatching, "d_a_lstair"), + ActorRel(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d_a_lstair"), ActorRel(Matching, "d_a_machine"), ActorRel(NonMatching, "d_a_mant"), ActorRel(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d_a_mbdoor"), |
