BSP Builder|Refactor: Relocated build time LineDef data into BspBuilder
Previously this information was represented as data members ofLineDef and consequently it would persist long after the BSP hadbeen built.
This data is now stored within BspBuilder and is destroyed alongwith the BspBuilder instance.
View differences
BSP Builder|Refactor: Relocated build time LineDef data into BspBuilder
Previously this information was represented as data members of
LineDef and consequently it would persist long after the BSP had
been built.
This data is now stored within BspBuilder and is destroyed along
with the BspBuilder instance.