59 |
|
const char *modname; /* modifier name */ |
60 |
|
const char *params; /* parameter list */ |
61 |
|
EPNODE *binv; /* bin value expression */ |
62 |
+ |
int bin0; /* starting bin offset */ |
63 |
|
int nbins; /* number of contribution bins */ |
64 |
|
DCOLOR cbin[1]; /* contribution bins (extends struct) */ |
65 |
|
} MODCONT; /* modifier contribution */ |
88 |
|
#endif |
89 |
|
|
90 |
|
#ifndef MAXMODLIST |
91 |
< |
#define MAXMODLIST 2048 /* maximum modifiers we'll track */ |
91 |
> |
#define MAXMODLIST 10000 /* maximum modifiers we'll track */ |
92 |
|
#endif |
93 |
|
|
94 |
|
extern const char *modname[MAXMODLIST]; /* ordered modifier name list */ |