Disable level skip hack.
This commit is contained in:
parent
53398c3dc4
commit
3015de27e2
1 changed files with 2 additions and 1 deletions
3
game.scm
3
game.scm
|
@ -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!))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue