Skip to content

Commit

Permalink
oops features
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmeyer committed Dec 10, 2023
1 parent 263f529 commit 131ab7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion goal_src/jak2/engine/game/game-info.gc
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,8 @@
(+! (-> this task-counter) 1)
(reset! (-> *display* total-game-clock))
(set! (-> this features) (game-feature sidekick))
(set! (-> this debug-features) (game-feature board darkjak darkjak-bomb0 darkjak-bomb1 darkjak-giant))
(set! (-> this debug-features) (game-feature sidekick))
;; (set! (-> this debug-features) (game-feature board darkjak darkjak-bomb0 darkjak-bomb1 darkjak-giant))
(if *debug-segment*
(set! (-> this secrets) (game-secrets endless-dark))
(set! (-> this secrets) (game-secrets))
Expand Down

0 comments on commit 131ab7b

Please sign in to comment.