uncommitted changes

This commit is contained in:
Nat Nelson
2022-04-28 15:19:34 -06:00
parent 756e316866
commit 5f33cdb48d

View File

@@ -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)