From 20948a59552eafd5aed2757306c8b3993ea8e295 Mon Sep 17 00:00:00 2001 From: Amy Grinn Date: Thu, 12 Dec 2024 13:31:46 -0500 Subject: [PATCH] Finalizing menu --- game.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.scm b/game.scm index f81e0a4..0347e58 100644 --- a/game.scm +++ b/game.scm @@ -1001,7 +1001,7 @@ (rollback-snapshot!) (with-goblins (update-objects!))) ;; REMOVE BEFORE RELEASE!!!! - ('confirm (next-level!)) + ;; ('confirm (next-level!)) ('menu (show-menu!)))) ;; Pressing any bound input resets the game. ('win (cond