jak3: fix type (#3478)

This commit is contained in:
Hat Kid
2024-04-22 19:53:04 +02:00
committed by GitHub
parent 58a5440c8a
commit 9d359ed84a
2 changed files with 10 additions and 10 deletions
+6 -6
View File
@@ -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)
+4 -4
View File
@@ -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",