Slightly Modified version of Kester Maddock's Lamps patch to up the
max from 256 to 32766. I removed the duplicate define and updated the files that needed it. Kent
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
/* **************** MAX ********************* */
|
||||
|
||||
|
||||
#define MAXLAMP 256
|
||||
#define MAXLAMP 32766
|
||||
/* max length material array, 16 because of bits in matfrom */
|
||||
#define MAXPICKBUF 2000
|
||||
#define MAXSEQ 32
|
||||
|
Reference in New Issue
Block a user