From 5f33cdb48d7ded494288fcabd6563ca68d03c936 Mon Sep 17 00:00:00 2001 From: Nat Nelson Date: Thu, 28 Apr 2022 15:19:34 -0600 Subject: [PATCH] uncommitted changes --- src/hank/hanklib.hiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hank/hanklib.hiss b/src/hank/hanklib.hiss index 1bbdcdb..14f4ecb 100644 --- a/src/hank/hanklib.hiss +++ b/src/hank/hanklib.hiss @@ -63,7 +63,7 @@ (map choices choice-output) choice-texts (for o choice-outputs (eval o))) - (enable-continuations) + (enable-continuations) // <-- I think this works here because everything after a choice point is part of the gather, which means nothing will be left in the begin() after it (begin (setlocal player-choice-index (print (get-player-choice-index choice-texts))) (disable-continuations)