diff --git a/game.scm b/game.scm index 9fe57bc..b4e2bbe 100644 --- a/game.scm +++ b/game.scm @@ -788,7 +788,8 @@ (rollback-snapshot!) (with-goblins (update-objects!))) ;; REMOVE BEFORE RELEASE!!!! - ('confirm (next-level!)))) + ;; ('confirm (next-level!)) + )) ;; Pressing any bound input resets the game. ('win (reset-game!))))