From 9d895007d674e0f7a229e1671c968d172c3e6558 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sun, 24 Sep 2023 12:32:34 -0600 Subject: [PATCH] wrap makeCC in runWithErrorChecking --- src/hollywoo/Movie.kiss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hollywoo/Movie.kiss b/src/hollywoo/Movie.kiss index 5d0db14..d70bd21 100644 --- a/src/hollywoo/Movie.kiss +++ b/src/hollywoo/Movie.kiss @@ -1,11 +1,12 @@ (defMacro makeCC [&body b] - `->:Void {,@b}) + `->:Void [] (runWithErrorChecking ->:Void {,@b})) (function dynamicArray [&rest :Array elements] elements) // This file is designed to be loaded again by subclasses, with macroVar "subclass" set (#unless subclass + // Settings (savedVar :Bool showCaptions false) (savedVar :PlayMode playMode NotSet)