mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 11:19:51 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user