From 0d847838c533c4ba96ced4fec7d7b12697de9685 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 17 Jul 2016 12:07:26 +0200 Subject: Import bcollide from jwildfire --- parser.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'parser.c') diff --git a/parser.c b/parser.c index d99dfe8..ca74577 100644 --- a/parser.c +++ b/parser.c @@ -1087,6 +1087,10 @@ static int parse_xform_xml(xmlNode *chld_node,flam3_xform *this_xform, int *num_ this_xform->mobius_im_d = flam3_atof(att_str); } else if (!xmlStrcmp(cur_att->name, (const xmlChar *)"asteria_alpha")) { this_xform->asteria_alpha = flam3_atof(att_str); + } else if (!xmlStrcmp(cur_att->name, (const xmlChar *)"bcollide_num")) { + this_xform->bcollide_num = flam3_atof(att_str); + } else if (!xmlStrcmp(cur_att->name, (const xmlChar *)"bcollide_a")) { + this_xform->bcollide_a = flam3_atof(att_str); } else { int v = var2n((char *) cur_att->name); if (v != flam3_variation_none) -- cgit v1.2.3