Reorder map loading
- Jan 04, 2020
-
-
MascaraSnake authored
Move P_ProcessLinedefsAfterSidedefs into P_LoadMapData, but move map data copying after everything else
1e42dc7e
-
Two changes to the order of map loading that will become necessary with UDMF:
P_ProcessLinedefsAfterSidedefs
into P_LoadMapData
, where it really belongsP_LoadMapFromFile
, after all the functions that mess with the map data have been called.Move P_ProcessLinedefsAfterSidedefs into P_LoadMapData, but move map data copying after everything else