increase stack for tpl-holo-eye

This commit is contained in:
Hat Kid
2026-04-18 15:04:47 +02:00
parent 687b3aa858
commit 46a4b9d0ad
3 changed files with 5 additions and 3 deletions
@@ -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
}
+1 -1
View File
@@ -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
View File
@@ -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