summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorCate <cate@cate-6sh2.(none)>2011-07-08 15:51:44 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-07-08 17:09:16 (GMT)
commitd2eb6f1cb31f2d746d5897e775424ed0d1448703 (patch)
tree675a62a45a662f067d7e4649410c1b1bce71fc4b /includes
parent6a6c5d03f6d38882d520c3077de9b8b389b50e19 (diff)
downloadpowder-d2eb6f1cb31f2d746d5897e775424ed0d1448703.zip
powder-d2eb6f1cb31f2d746d5897e775424ed0d1448703.tar.gz
Deleted whole repository due to weirdness with recognizing folder. From current source, added Cracker64's changes that make 1px pipe several times faster than thicker pipe. Doesn't break saves. :D
Diffstat (limited to 'includes')
-rw-r--r--includes/powder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/powder.h b/includes/powder.h
index d3e4660..ec97a7d 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -242,9 +242,9 @@
#define FLAG_STAGNANT 1
-#define UPDATE_FUNC_ARGS int i, int x, int y, int surround_space
+#define UPDATE_FUNC_ARGS int i, int x, int y, int surround_space, int nt
// to call another update function with same arguments:
-#define UPDATE_FUNC_SUBCALL_ARGS i, x, y, surround_space
+#define UPDATE_FUNC_SUBCALL_ARGS i, x, y, surround_space, nt
int update_ACID(UPDATE_FUNC_ARGS);
int update_ANAR(UPDATE_FUNC_ARGS);