Skip to content

Commit

Permalink
add a temporary gui-control hack to make boulder chase mission comple…
Browse files Browse the repository at this point in the history
…table (#2455)

add a temporary gui-control hack to make boulder chase mission
completable
  • Loading branch information
Zedb0T committed Apr 5, 2023
1 parent c0fdd12 commit 366808d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions goal_src/jak2/levels/mars_tomb/left/chase/tomb-boulder.gc
Expand Up @@ -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
Expand Down

0 comments on commit 366808d

Please sign in to comment.