c4b233d094
Imported from Pawn 3.1.3636. "When making an array without specifiying the dimensions, but where the element count at the lowest dimension is the same for all, the compiler now "counts" this size, rather than setting the lowest dimension as "variable length". An example for this situation is the declaration: new my_array[][] = { {1,0}, {2,1}, {3,1} } No dimensions are given, but the new compiler determines that the minor dimension is 2 (and the major dimension is 3). Previous compilers set the minor dimension to 0 --meaning "variable"." |
||
---|---|---|
.. | ||
amxxpc | ||
compile | ||
libpc300 |