mirror of
https://github.com/open-goal/jak-project
synced 2026-08-12 11:53:26 -04:00
[decompiler] Several small fixes (#775)
* fix assorted bugs * stricter return types * only look for functions in code files
This commit is contained in:
+2
-2
@@ -34,7 +34,7 @@
|
||||
((let ((a0-5 obj))
|
||||
(and
|
||||
*display-path-marks*
|
||||
(nonzero? (logand (-> a0-5 flags) (path-control-flag display)))
|
||||
(logtest? (-> a0-5 flags) (path-control-flag display))
|
||||
)
|
||||
)
|
||||
(dotimes (s5-1 (-> obj curve num-cverts))
|
||||
@@ -404,7 +404,7 @@
|
||||
((let ((a0-5 obj))
|
||||
(and
|
||||
*display-path-marks*
|
||||
(nonzero? (logand (-> a0-5 flags) (path-control-flag display)))
|
||||
(logtest? (-> a0-5 flags) (path-control-flag display))
|
||||
)
|
||||
)
|
||||
(if
|
||||
|
||||
Reference in New Issue
Block a user