Further revisions to polyobject allocation/spawning. Instead of creating polyobjs by first finding their spawnspot and then translating the points relative to the polyobj's anchor spot to the spawn spot; just create the points relative to the polyobj's anchor and link into the subsector they are currently in. They will be moved to their spawnspot (and relinked) later in the load process.
This meant that the polyobj original and previous point arrays don't need to be visible game-side and have been removed from DMU.
Further revisions to polyobject allocation/spawning. Instead of creating polyobjs by first finding their spawnspot and then translating the points relative to the polyobj's anchor spot to the spawn spot; just create the points relative to the polyobj's anchor and link into the subsector they are currently in. They will be moved to their spawnspot (and relinked) later in the load process.
This meant that the polyobj original and previous point arrays don't need to be visible game-side and have been removed from DMU.