summaryrefslogtreecommitdiff
path: root/includes/powder.h
diff options
context:
space:
mode:
authorPhilip <philip@philip-linuxlaptop.(none)>2010-11-19 23:01:56 (GMT)
committer Philip <philip@philip-linuxlaptop.(none)>2010-11-19 23:01:56 (GMT)
commitc1182db42d609a181128b818da28d323c39445fc (patch)
tree78d15c7307271034e00f0902904bc555b9ff5799 /includes/powder.h
parent435f71c7814cf9d4c55168852caf21ac80674490 (diff)
downloadpowder-c1182db42d609a181128b818da28d323c39445fc.zip
powder-c1182db42d609a181128b818da28d323c39445fc.tar.gz
Fixed SWCH for real. Fix repeating spark while creating it. Adjustable x and y for brushes.
Diffstat (limited to 'includes/powder.h')
-rw-r--r--includes/powder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/powder.h b/includes/powder.h
index ae128e6..627b74b 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -540,8 +540,8 @@ void create_box(int x1, int y1, int x2, int y2, int c);
int flood_parts(int x, int y, int c, int cm, int bm);
-int create_parts(int x, int y, int r, int c);
+int create_parts(int x, int y, float rx, float ry, int c);
-void create_line(int x1, int y1, int x2, int y2, int r, int c);
+void create_line(int x1, int y1, int x2, int y2, float rx, float ry, int c);
#endif