mirror of
https://github.com/open-goal/jak-project
synced 2026-07-28 07:09:43 -04:00
g/j2: temporarily disable some gui-control code to fix rock avalanche (#2510)
Related to https://github.com/open-goal/jak-project/issues/2509
This commit is contained in:
@@ -2277,14 +2277,15 @@ This commonly includes things such as:
|
||||
(+! gp-0 1)
|
||||
)
|
||||
)
|
||||
(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)
|
||||
)
|
||||
)
|
||||
;; TODO - disabled to let the rocks fall down
|
||||
;; (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