jak2: fix race crash (#2680)

This commit is contained in:
Hat Kid 2023-05-31 19:49:23 +02:00 committed by GitHub
parent 48141bee6f
commit c23bef45bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1634,7 +1634,7 @@
;; WARN: Return type mismatch object vs none.
(defbehavior race-manager-init-by-other race-manager ((arg0 race-info) (arg1 symbol))
(stack-size-set! (-> self main-thread) 512)
(stack-size-set! (-> self main-thread) 1024) ;; changed
(race-vehicle-entity-hack)
(set! (-> self race-state) *race-state*)
(set! (-> self race-state info) arg0)