Removed RenderCamera, RenderBeforeThing, RenderAfterThing. Serialization preparations.
This commit is contained in:
parent
278741efa9
commit
23c9386add
8 changed files with 14 additions and 91 deletions
|
|
@ -720,9 +720,6 @@ void R_EnterPortal (PortalDrawseg* pds, int depth)
|
|||
|
||||
R_CopyStackedViewParameters();
|
||||
|
||||
// [ZZ] portal hook
|
||||
E_RenderCamera();
|
||||
|
||||
validcount++;
|
||||
PortalDrawseg* prevpds = CurrentPortal;
|
||||
CurrentPortal = pds;
|
||||
|
|
@ -844,9 +841,6 @@ void R_RenderActorView (AActor *actor, bool dontmaplines)
|
|||
R_SetupBuffer ();
|
||||
R_SetupFrame (actor);
|
||||
|
||||
// [ZZ] call event hook
|
||||
E_RenderCamera();
|
||||
|
||||
// Clear buffers.
|
||||
R_ClearClipSegs (0, viewwidth);
|
||||
R_ClearDrawSegs ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue