mirror of
https://github.com/open-goal/jak-project
synced 2026-07-09 06:53:45 -04:00
increase stack for tpl-holo-eye
This commit is contained in:
@@ -7,5 +7,6 @@
|
||||
"task-manager-init-by-other": 2048,
|
||||
"race-manager-init-by-other": 1024,
|
||||
"neo-sat-shield-init-by-other": 64,
|
||||
"bt-gun-manager-init-by-other": 256
|
||||
"bt-gun-manager-init-by-other": 256,
|
||||
"(method 11 tpl-holo-eye)": 384
|
||||
}
|
||||
|
||||
@@ -990,7 +990,7 @@
|
||||
|
||||
(defmethod init-from-entity! ((this tpl-holo-eye) (arg0 entity-actor))
|
||||
"Set up a newly created process from the entity that created it."
|
||||
(stack-size-set! (-> this main-thread) 320)
|
||||
(stack-size-set! (-> this main-thread) 384)
|
||||
(set! (-> this root) (new 'process 'trsqv))
|
||||
(process-drawable-from-entity! this arg0)
|
||||
(initialize-skeleton
|
||||
|
||||
+2
-1
@@ -1172,9 +1172,10 @@
|
||||
|
||||
;; definition for method 11 of type tpl-holo-eye
|
||||
;; INFO: Used lq/sq
|
||||
;; INFO: Process stack size was changed from 320 to 384
|
||||
(defmethod init-from-entity! ((this tpl-holo-eye) (arg0 entity-actor))
|
||||
"Set up a newly created process from the entity that created it."
|
||||
(stack-size-set! (-> this main-thread) 320)
|
||||
(stack-size-set! (-> this main-thread) 384)
|
||||
(set! (-> this root) (new 'process 'trsqv))
|
||||
(process-drawable-from-entity! this arg0)
|
||||
(initialize-skeleton
|
||||
|
||||
Reference in New Issue
Block a user