mirror of
https://github.com/open-goal/jak-project
synced 2026-06-17 07:08:17 -04:00
g/j2: remove temporary hack to allow the avalanche to play (#2599)
No longer needed after the latest changes in the overlord PR that recently merged. Fixes #2509
This commit is contained in:
@@ -2277,15 +2277,14 @@ This commonly includes things such as:
|
||||
(+! gp-0 1)
|
||||
)
|
||||
)
|
||||
;; TODO - disabled to let the rocks fall down, not yet solved by overlord branch
|
||||
;; (let ((gp-1
|
||||
;; (add-process *gui-control* self (gui-channel art-load-next) (gui-action queue) (-> self anim name) -1.0 0)
|
||||
;; )
|
||||
;; )
|
||||
;; (while (!= (get-status *gui-control* gp-1) (gui-status ready))
|
||||
;; (suspend)
|
||||
;; )
|
||||
;; )
|
||||
(let ((gp-1
|
||||
(add-process *gui-control* self (gui-channel art-load-next) (gui-action queue) (-> self anim name) -1.0 0)
|
||||
)
|
||||
)
|
||||
(while (!= (get-status *gui-control* gp-1) (gui-status ready))
|
||||
(suspend)
|
||||
)
|
||||
)
|
||||
(until #f
|
||||
(let ((v1-16
|
||||
(lookup-gui-connection
|
||||
|
||||
Reference in New Issue
Block a user