Refactor: Relocated P_PointInSubsector to GameMap
Also renamed it (as SubsectorAtPointXY()) and various other functionswith more semantically correct names.
The broken P_PointInSector() algorithm has been replaced with onethat does not assume Sector = one contiguous polygon.
View differences
Refactor: Relocated P_PointInSubsector to GameMap
Also renamed it (as SubsectorAtPointXY()) and various other functions
with more semantically correct names.
The broken P_PointInSector() algorithm has been replaced with one
that does not assume Sector = one contiguous polygon.