mirror of
https://github.com/open-goal/jak-project
synced 2026-09-09 20:21:28 -04:00
scripts: prevent infinite loop when preserved block can't be found (#1946)
This commit is contained in:
@@ -32838,7 +32838,7 @@
|
||||
;; elevator ;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
;; +++elevator-flags
|
||||
;; +++elevator:elevator-flags
|
||||
(defenum elevator-flags
|
||||
:type uint64
|
||||
:bitfield #t
|
||||
@@ -32851,7 +32851,7 @@
|
||||
(elevator-flags-6)
|
||||
(elevator-flags-7)
|
||||
)
|
||||
;; ---elevator-flags
|
||||
;; ---elevator:elevator-flags
|
||||
|
||||
(deftype elevator-params (structure)
|
||||
((xz-threshold float :offset-assert 0)
|
||||
|
||||
Reference in New Issue
Block a user