Removed RenderCamera, RenderBeforeThing, RenderAfterThing. Serialization preparations.

This commit is contained in:
ZZYZX 2017-01-23 23:05:51 +02:00
commit 23c9386add
8 changed files with 14 additions and 91 deletions

View file

@ -1179,8 +1179,6 @@ void R_DrawPortals ()
R_SetViewAngle ();
validcount++; // Make sure we see all sprites
E_RenderCamera();
R_ClearPlanes (false);
R_ClearClipSegs (pl->left, pl->right);
WindowLeft = pl->left;