revert all limit changes, a little too glitchy, can be done later when current limit is reached.

This commit is contained in:
Cracker64
2011-01-19 14:25:56 -05:00
parent ff01973658
commit 1b35811bd4
6 changed files with 935 additions and 923 deletions

View File

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