mirror of
https://github.com/open-goal/jak-project
synced 2026-09-06 19:21:00 -04:00
decompiler: call-parent-state-handler and suspend-for macros (#3625)
Also fix `hud-draw-pris2` bucket in Jak 3 to make subtitles work and foreground HUD envmap.
This commit is contained in:
+1
-4
@@ -334,10 +334,7 @@
|
||||
:enter (-> (method-of-type process-taskable active) enter)
|
||||
:exit (-> (method-of-type process-taskable active) exit)
|
||||
:code (behavior ((arg0 game-task-event))
|
||||
(let ((gp-0 (current-time)))
|
||||
(until (time-elapsed? gp-0 (seconds 0.5))
|
||||
(suspend)
|
||||
)
|
||||
(suspend-for (seconds 0.5)
|
||||
)
|
||||
(go-virtual hide)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user