X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/0d336b111d9732dcd2f3f614f267f40a176e4320..91adb2c5aa2b24a5927ad9ff9b3b16e5efffb4b1:/ps.c diff --git a/ps.c b/ps.c index 9dc03e8..a1f21d6 100644 --- a/ps.c +++ b/ps.c @@ -334,7 +334,7 @@ psdata *ps_init(FILE *outfile, int colour) ps->ytop = 0; ps->clipped = FALSE; ps->hatchthick = ps->hatchspace = ps->gamewidth = ps->gameheight = 0; - ps->drawing = drawing_init(&ps_drawing, ps); + ps->drawing = drawing_new(&ps_drawing, NULL, ps); return ps; }