Refactor: Don't depend on the map converter plugin to relay the outcome
Previously the map converter would relay the outcome of the BSP build process back to the engine (which presently executes immediately after MPE_End() is called to signal a completed map data transfer).
Refactor: Don't depend on the map converter plugin to relay the outcome
Previously the map converter would relay the outcome of the BSP build
process back to the engine (which presently executes immediately after
MPE_End() is called to signal a completed map data transfer).
Plus some minor cleanup.