Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmeyer committed Aug 16, 2024
1 parent b89666d commit a1144ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions goal_src/jak1/dgos/game.gd
Original file line number Diff line number Diff line change
Expand Up @@ -370,5 +370,6 @@
"eichar-flut+0-ag.go"
;; keep blocking-plane stuff loaded
"blocking-plane.o"
"blocking-plane-b.o"
"ef-plane-ag.go"
))
3 changes: 2 additions & 1 deletion goal_src/jak1/engine/game/main.gc
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,8 @@
(sound-play "caught-eel")
;; ;; toggle between #t and debug.
;; (set! *cheat-mode* (if (= *cheat-mode* 'debug) #t 'debug))
;; (cheats-sound-play *cheat-mode*)))
;; (cheats-sound-play *cheat-mode*)
))
;; language cheat, REMOVED IN PC PORT because it's literally useless
#|
(case (scf-get-territory)
Expand Down
2 changes: 1 addition & 1 deletion goal_src/jak1/engine/mods/mod-custom-code.gc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ an orb
(else
;; plane is not spawned, if it should be -> spawn
(when should-spawn?
(blocking-plane-spawn-simple verts height name)))))
(blocking-plane-b-spawn-simple verts height name)))))

(defun klaww-alive? ()
(let ((klaww (entity-by-name "ogreboss-1")))
Expand Down

0 comments on commit a1144ed

Please sign in to comment.