WurstScript icon indicating copy to clipboard operation
WurstScript copied to clipboard

low version cj cannot change the limit size of the class

Open fbicirno opened this issue 3 years ago • 1 comments

Using the lower version of common.j cannot change the limit size of the class to 8192 The compiled jass code still judges that the out of memory is 32768

fbicirno avatar Jun 25 '22 01:06 fbicirno

The question would be how to handle older patch support in general. Should be offer build variables or should it just read values from common.j and use existing custom files if they exist.

Frotty avatar Aug 31 '22 09:08 Frotty

Now using JASS_MAX_ARRAY_SIZE

Frotty avatar Jan 14 '24 21:01 Frotty