mirror of
https://github.com/open-goal/jak-project
synced 2026-09-09 12:14:10 -04:00
fix method name
This commit is contained in:
@@ -243,7 +243,7 @@
|
||||
(new (symbol type basic) _type_ 0)
|
||||
(activate (_type_ process-tree basic pointer) process-tree 9)
|
||||
(deactivate (_type_) none 10)
|
||||
(copy-defaults (_type_ res-lump) none 11)
|
||||
(copy-defaults! (_type_ res-lump) none 11)
|
||||
(run-logic? (_type_) symbol 12)
|
||||
(dummy-method () none 13)
|
||||
)
|
||||
|
||||
@@ -212,7 +212,7 @@
|
||||
(new (symbol type basic) _type_ 0)
|
||||
(activate (_type_ process-tree basic pointer) process-tree 9)
|
||||
(deactivate (_type_) none 10)
|
||||
(copy-defaults (_type_ res-lump) none 11)
|
||||
(copy-defaults! (_type_ res-lump) none 11)
|
||||
(run-logic? (_type_) symbol 12)
|
||||
(dummy-method () none 13)
|
||||
)
|
||||
|
||||
@@ -1169,7 +1169,7 @@
|
||||
;; definition for method 11 of type rigid-body-platform
|
||||
;; INFO: Return type mismatch int vs none.
|
||||
(defmethod
|
||||
copy-defaults
|
||||
copy-defaults!
|
||||
rigid-body-platform
|
||||
((obj rigid-body-platform) (arg0 res-lump))
|
||||
(set! (-> obj mask) (the-as process-mask (logior #x80000 (-> obj mask))))
|
||||
|
||||
Reference in New Issue
Block a user