I have to clean up this mess before i can go on with replacing var with const on all maps. rP21171 Didn't clean up enough.
- The heights are now a constant array. Instead of pushing the heights to an array.
- The terrain are now always constructed in one expression. Instead of calling .concat repeatetly.
- The actors and the propability thereof are now also part of the object. Seperation of data and code.
- Player placement is now a function.