aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-09-30 22:26:40 +0200
committerThomas White <taw@physics.org>2019-10-05 17:03:43 +0200
commit05e52b1d8d51824ae9111e35c0c199897b1366df (patch)
tree05c53ceabd3797c469e9995e57c3c15de9b520a6
parent177faf897bee50bd87164d03c82d04d145d963d2 (diff)
Add missing initialisation
-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;
}
%{