aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libstorycode/storycode.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstorycode/storycode.y b/libstorycode/storycode.y
index 44a308a..b6ee9e5 100644
--- a/libstorycode/storycode.y
+++ b/libstorycode/storycode.y
@@ -138,6 +138,7 @@
/* The slide currently being created.
* Will be added to the narrative when complete */
ctx->s = slide_new();
+ ctx->mask = 0;
}
%{