mirror of
https://github.com/open-goal/jak-project
synced 2026-05-30 00:47:20 -04:00
add a temporary gui-control hack to make boulder chase mission completable (#2455)
add a temporary gui-control hack to make boulder chase mission completable
This commit is contained in:
@@ -759,10 +759,11 @@
|
||||
(add-process *gui-control* self (gui-channel art-load-next) (gui-action queue) (-> self anim name) -1.0 0)
|
||||
)
|
||||
)
|
||||
(while (!= (get-status *gui-control* (the-as sound-id (-> self gui-id))) (gui-status ready))
|
||||
;; TODO remove when VAG streams work
|
||||
#|(while (!= (get-status *gui-control* (the-as sound-id (-> self gui-id))) (gui-status ready))
|
||||
(set-blackout-frames (seconds 0.1))
|
||||
(suspend)
|
||||
)
|
||||
)|#
|
||||
(let ((v1-7 (lookup-gui-connection
|
||||
*gui-control*
|
||||
self
|
||||
|
||||
Reference in New Issue
Block a user