summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
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);