aboutsummaryrefslogtreecommitdiff
path: root/src/storycode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/storycode.c')
-rw-r--r--src/storycode.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/storycode.c b/src/storycode.c
index 42e6db9..3432090 100644
--- a/src/storycode.c
+++ b/src/storycode.c
@@ -421,6 +421,8 @@ static struct frame *frame_new()
n->num_ro = 1;
n->rendering_order[0] = n;
+ n->pl = NULL;
+
return n;
}