Disable level skip hack.

This commit is contained in:
David Thompson 2024-05-26 21:57:16 -04:00
parent 53398c3dc4
commit 3015de27e2

View file

@ -788,7 +788,8 @@
(rollback-snapshot!) (rollback-snapshot!)
(with-goblins (update-objects!))) (with-goblins (update-objects!)))
;; REMOVE BEFORE RELEASE!!!! ;; REMOVE BEFORE RELEASE!!!!
('confirm (next-level!)))) ;; ('confirm (next-level!))
))
;; Pressing any bound input resets the game. ;; Pressing any bound input resets the game.
('win (reset-game!)))) ('win (reset-game!))))