Support #409
Is loadMapFeatures obsolete
Start date:
10/17/2025
Due date:
% Done:
0%
Estimated time:
Description
This code makes sure that some basic data structures are in place and that features such as lighting, terrain, and doors are copied from tiles to a map.
However, we have refactored maps, terrain, lighting and doors so that these are found on a map dynamically, and no copying is needed.
So maybe we can remove this?