09.06.2016, 09:01
Quote:
That's a 4D array which is not supported. The most common solution would be to use crankname out of the enumerator. Zeex's patch for the compiler supports 4D arrays but not sure if your case would work.
|
...
crankname[13][24],
};
You can't have a 2D array in an enum afaik, thats your problem.
you need to move those into their own array.
Btw you could technically have a 4D array, with having an array inside enum that you use to declare a 3D array.