mirror of
https://github.com/open-goal/jak-project
synced 2026-06-09 04:40:19 -04:00
jak3: fix type (#3478)
This commit is contained in:
@@ -53942,6 +53942,12 @@
|
||||
:method-count-assert 37
|
||||
:size-assert #xe5
|
||||
:flag-assert #x25007000e5
|
||||
(:state-methods
|
||||
inactive ;; 28, old: (active () _type_ :state)
|
||||
active ;; 29, old: (taunt () _type_ :state)
|
||||
taunt ;; 30, old: (got-passed () _type_ :state)
|
||||
got-passed ;; 31, old: (initialize-collision (_type_) none)
|
||||
)
|
||||
(:methods
|
||||
(vehicle-rider-method-32 () none) ;; 32 ;; (vehicle-rider-method-32 (_type_ traffic-object-spawn-params) none)
|
||||
(vehicle-rider-method-33 () none) ;; 33 ;; (vehicle-rider-method-33 (_type_) none)
|
||||
@@ -53949,12 +53955,6 @@
|
||||
(vehicle-rider-method-35 () none) ;; 35 ;; (vehicle-rider-method-35 (_type_) none)
|
||||
(vehicle-rider-method-36 () none) ;; 36
|
||||
)
|
||||
(:state-methods
|
||||
inactive ;; 28, old: (active () _type_ :state)
|
||||
got-passed ;; 31, old: (initialize-collision (_type_) none)
|
||||
taunt ;; 30, old: (got-passed () _type_ :state)
|
||||
active ;; 29, old: (taunt () _type_ :state)
|
||||
)
|
||||
)
|
||||
|
||||
(deftype citizen-norm-rider (vehicle-rider)
|
||||
|
||||
@@ -55,12 +55,12 @@
|
||||
"DGO/DESLIZ.DGO",
|
||||
// "DGO/DESOASIS.DGO",
|
||||
"DGO/DESRACE1.DGO",
|
||||
// "DGO/DESRACE2.DGO",
|
||||
"DGO/DESRACE2.DGO",
|
||||
"DGO/DESRALLY.DGO",
|
||||
// "DGO/DESRESC.DGO",
|
||||
"DGO/DESRESC.DGO",
|
||||
// "DGO/DESRESCC.DGO",
|
||||
// "DGO/DESRESCG.DGO",
|
||||
// "DGO/DESTRACK.DGO",
|
||||
"DGO/DESTRACK.DGO",
|
||||
"DGO/DESW.DGO",
|
||||
"DGO/DST.DGO",
|
||||
// "DGO/OASISCST.DGO",
|
||||
@@ -154,7 +154,7 @@
|
||||
"DGO/TOWB.DGO",
|
||||
"DGO/TOWERA.DGO",
|
||||
"DGO/TOWERC.DGO",
|
||||
// "DGO/TOWERCST.DGO",
|
||||
"DGO/TOWERCST.DGO",
|
||||
// stadium
|
||||
"DGO/STA.DGO",
|
||||
"DGO/STAA.DGO",
|
||||
|
||||
Reference in New Issue
Block a user