}
}
-static void processing_polygon(FILE *f, int np, float *xp, float *yp, real line_width, int fill, int close,
+static void processing_polygon(FILE *f, int np, float *xp, float *yp, real line_width, int fill,
float rr, float gg, float bb){
int i;
/*river*/
} else {
}
- processing_polygon(f, np, xp, yp, line_width, fill, close, rr, gg, bb);
+ processing_polygon(f, np, xp, yp, line_width, fill, rr, gg, bb);
} else {
- processing_polygon(f, np, xp, yp, line_width, fill, close, rr, gg, bb);
+ processing_polygon(f, np, xp, yp, line_width, fill, rr, gg, bb);
}
}