summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorJacob1 <jfu614@gmail.com>2012-03-14 23:20:27 (GMT)
committer Jacob1 <jfu614@gmail.com>2012-03-14 23:20:27 (GMT)
commitdc688470a656c70757581e932eda7e0ea69f85bb (patch)
treed4d567977016f9dc540142410850f6bc5bd35998 /includes
parentd74e2810034e63e221d667c22b49772ab1a3af22 (diff)
downloadpowder-dc688470a656c70757581e932eda7e0ea69f85bb.zip
powder-dc688470a656c70757581e932eda7e0ea69f85bb.tar.gz
soap lines, create_parts fix, compiling fixes
Diffstat (limited to 'includes')
-rw-r--r--includes/powder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/powder.h b/includes/powder.h
index 2dc5692..1795894 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -792,7 +792,7 @@ void create_box(int x1, int y1, int x2, int y2, int c, int flags);
int flood_parts(int x, int y, int c, int cm, int bm, int flags);
-int create_parts(int x, int y, int rx, int ry, int c, int flags);
+int create_parts(int x, int y, int rx, int ry, int c, int flags, int fill);
void create_line(int x1, int y1, int x2, int y2, int rx, int ry, int c, int flags);