Ported RenderRadius and related code from gzdoom branch

This commit is contained in:
ZZYZX 2016-12-25 13:09:32 +02:00
commit 87b23d160b
12 changed files with 133 additions and 6 deletions

View file

@ -1297,6 +1297,7 @@ public:
sec->thinglist = NULL;
sec->touching_thinglist = NULL; // phares 3/14/98
sec->render_thinglist = NULL;
sec->touching_render_things = NULL;
sec->seqType = (level.flags & LEVEL_SNDSEQTOTALCTRL) ? 0 : -1;
sec->nextsec = -1; //jff 2/26/98 add fields to support locking out
sec->prevsec = -1; // stair retriggering until build completes