Actions
Feature #1840
openmap_size_checked() as an inline function
Start date:
12/25/2025
Due date:
% Done:
0%
Estimated time:
Description
map_size_checked() is currently a macro. It has the ugly detail that it calls map_num_tiles() twice (with the MAX macro).
Clean that out by implementing map_size_checked() as an inline function.
Files
Actions