Large level array fix
-
Just a quick vid on how to handle Large level arrays!
So the first array here I have cut down each row into lines of twenty.
The numbers between [........ ] represent each row
The level array below this one is how I had it and needs the same treatment,
As you can see it is 200 columns long! And is causing memory crashes if exceeding this number in length.
So I thought I'd share this to anyone wanting to create large level arrays, big thanks to Martin coming up with the fix :)