logic-target PAL patch

This commit is contained in:
ManDude
2022-06-19 13:37:51 +01:00
parent 77044867c3
commit a30f27a0f2
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
// if you want to filter to only some object names.
// it will make the decompiler much faster.
"allowed_objects": ["target-racer-h", "eichar-ag", "deathcam-ag", "balloon-ag"],
"allowed_objects": ["logic-target", "eichar-ag", "deathcam-ag", "balloon-ag"],
"banned_objects": [],
////////////////////////////
+2
View File
@@ -2026,6 +2026,8 @@
)
(activate-hud self)
(set! (-> self fp-hud) (the-as handle #f))
;; PAL patch here
(set! (-> self burn-proc) (the-as handle #f))
(set! (-> self water) (new 'process 'water-control self 9 0.0 8192.0 2048.0))
(set! (-> self water flags) (water-flags wt04 wt05 wt06 wt07 wt22))
(reset-target-state #t)