The linesInSector and ssecsInSector tables are only used during P_GroupLines, they do not need to exist for the life of the current level. Now freed when exiting that routine. Changed the allocation mechanism to M_Malloc, no need to use the zone. Made a few more zone allocations PU_LEVELSTATIC where appropriate.
The linesInSector and ssecsInSector tables are only used during P_GroupLines, they do not need to exist for the life of the current level. Now freed when exiting that routine. Changed the allocation mechanism to M_Malloc, no need to use the zone. Made a few more zone allocations PU_LEVELSTATIC where appropriate.