From 420b0fd1cbd1a3b38059a1997126f5797fb6ee76 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Fri, 29 Jul 2022 07:39:40 -0500 Subject: [example] --- examples/09-ghoulspree.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/09-ghoulspree.lisp b/examples/09-ghoulspree.lisp index a11e6a6..896f470 100644 --- a/examples/09-ghoulspree.lisp +++ b/examples/09-ghoulspree.lisp @@ -108,7 +108,8 @@ on which boundary VAL is outside of." ;; implicit knowledge about the imlementation of the ;; scene container. A safer way in most cases would be ;; to `collect ghoul into drop-list` and then deleted - ;; all the collected ghouls in a `finally` clause. + ;; all the collected ghouls in a `finally` clause, + ;; or to use ww::drop-unit-if in a `finally` clause. do (ww:drop-unit ghoul))))) (defun random-sign () -- cgit v1.2.3