mirror of
https://github.com/open-goal/jak-project
synced 2026-08-09 18:58:50 -04:00
jak2: fill out names for text-id enum (#2640)
This commit is contained in:
+1
-1
@@ -380,7 +380,7 @@ Seen take in - `true-func` which takes no args TODO - seems fishy
|
||||
;; WARN: Return type mismatch int vs none.
|
||||
(defmethod process-taskable-method-32 process-taskable ((obj process-taskable))
|
||||
(logior! (-> obj skel status) (joint-control-status eye-anim))
|
||||
(set! (-> obj talk-message) (text-id text-x181))
|
||||
(set! (-> obj talk-message) (text-id press-triangle-to-talk))
|
||||
(set! (-> obj bounce-away) #t)
|
||||
(set! (-> obj will-talk) #t)
|
||||
(set! (-> obj look-at-me) #t)
|
||||
|
||||
Reference in New Issue
Block a user