Wad Map Converter|Refactor: Split up id1map_load.cpp into multiple files
Post load analyses were moved to id1map_analyze.cpp and the archivedBLOCKMAP conversion/extension logic is now in id1map_loadblockmap.cpp
The old simple-REJECT construction algorithm was moved to the engine'sedit_map.c (this should be updated at some point).
View differences
Wad Map Converter|Refactor: Split up id1map_load.cpp into multiple files
Post load analyses were moved to id1map_analyze.cpp and the archived
BLOCKMAP conversion/extension logic is now in id1map_loadblockmap.cpp
The old simple-REJECT construction algorithm was moved to the engine's
edit_map.c (this should be updated at some point).