jak2: fix race crash (#2816)

This commit is contained in:
Hat Kid
2023-07-08 10:55:43 +02:00
committed by GitHub
parent da3caf7b28
commit c9330a6951
@@ -1598,7 +1598,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)