Plugins should now use P_SectorAtPoint_FixedPrecision() to determine the sector at some arbitrary point in the current map. Previously it was necessary to first determine the BSP leaf at that point and then use the DMU API to obtain the attributed sector. Behavior/outcome is not affected.
API: Replaced P_BspLeafAtPoint_FixedPrecision()
Plugins should now use P_SectorAtPoint_FixedPrecision() to determine
the sector at some arbitrary point in the current map. Previously it
was necessary to first determine the BSP leaf at that point and then
use the DMU API to obtain the attributed sector. Behavior/outcome is
not affected.