Actions
Bug #664
openmap_allocate uses world map size rather than the given map's size
Start date:
05/22/2024
Due date:
% Done:
0%
Estimated time:
Description
map_allocate() uses wld.map dimensions (in MAP_INDEX_SIZE and CHECK_INDEX), rather than those of the given map struct. (It does log the dimensions of the given map though.)
Changing this will also require correctly setting dimensions (xsize and ysize) on tex AI's map prior to allocating.
Updated by Marko Lindqvist 5 months ago
- Target version changed from 3.1.2 to 3.1.3
Updated by Marko Lindqvist about 2 months ago
- Target version changed from 3.1.3 to 3.1.4
Actions