- reverted the change of position where polyobjects get linked to the subsectors.

This commit is contained in:
Christoph Oelckers 2017-03-13 21:16:37 +01:00
commit 5141fee8c0
3 changed files with 4 additions and 2 deletions

View file

@ -681,8 +681,6 @@ void R_SetupFrame (FRenderViewpoint &viewpoint, FViewWindow &viewwindow, AActor
I_Error ("Tried to render from a NULL actor.");
}
PO_LinkToSubsectors();
player_t *player = actor->player;
unsigned int newblend;
InterpolationViewer *iview;