Moving the fakeradio shadow poly edge offsets into lineowner_t provided the possibility to get rid of shadowpoly_t completely as the other properties it held were actually inferred by the structure(s) it linked to. Also, revised R_ResolveOverlaps to get rid of the requirement of an array to sort within (now uses a linked list).
Moving the fakeradio shadow poly edge offsets into lineowner_t provided the possibility to get rid of shadowpoly_t completely as the other properties it held were actually inferred by the structure(s) it linked to. Also, revised R_ResolveOverlaps to get rid of the requirement of an array to sort within (now uses a linked list).