mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-18 14:11:16 +02:00
revert all limit changes, a little too glitchy, can be done later when current limit is reached.
This commit is contained in:
@@ -36,9 +36,6 @@
|
||||
#define MAXSIGNS 16
|
||||
#define TAG_MAX 256
|
||||
|
||||
#define PS 8 //the particle number shift that also determines element limit
|
||||
#define TYPE (int)pow(2,PS)-1 //where the type of the particle is stored in pmap
|
||||
|
||||
#define ZSIZE_D 16
|
||||
#define ZFACTOR_D 8
|
||||
extern unsigned char ZFACTOR;
|
||||
|
Reference in New Issue
Block a user