Skip to content

Commit

Permalink
fix static-vector-meters shit
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmeyer committed Oct 23, 2023
1 parent 3dcd590 commit b6a6f89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions goal_src/jak1/levels/rolling/rolling-lightning-mole.gc
Original file line number Diff line number Diff line change
Expand Up @@ -1192,14 +1192,13 @@
)
)

(define-extern static-vector-meters (function float float float vector))
(defun peeper-cell-check ((self peeper))
(when (and (not (-> self child)) ;; havent already spawned cell
(task-closed? (game-task rolling-moles) (task-status need-hint))
(not (task-closed? (game-task rolling-moles) (task-status need-resolution)))
)
(birth-pickup-at-point
(static-vector-meters -64.33 10.0 -1562.12)
(new 'static 'vector :x (meters -64.33) :y (meters 10.0) :z (meters -1562.12) :w 1.0)
(pickup-type fuel-cell)
(the float (game-task rolling-moles))
#f
Expand Down

0 comments on commit b6a6f89

Please sign in to comment.