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

This commit is contained in:
Cate
2011-07-08 11:51:44 -04:00
committed by Simon Robertshaw
parent 6a6c5d03f6
commit d2eb6f1cb3
4 changed files with 127 additions and 33 deletions

View File

@@ -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);