CASCADE_DENSITY can be omitted from the config
This commit is contained in:
parent
d78def268e
commit
baac5b8bbb
1 changed files with 4 additions and 1 deletions
3
dat.h
3
dat.h
|
@ -3,6 +3,9 @@
|
|||
#define CORNER _corner
|
||||
#define INSET _inset
|
||||
#define MAXHIDDEN 128
|
||||
#ifndef CASCADE_DENSITY
|
||||
#define CASCADE_DENSITY 0
|
||||
#endif
|
||||
#if defined(SHOWMAX) && defined(SHOWSTICK)
|
||||
#define B3FIXED 7
|
||||
#elif defined(SHOWMAX) || defined(SHOWSTICK)
|
||||
|
|
Loading…
Reference in a new issue