Move tic-based to EFFECT4

This commit is contained in:
mazmazz 2018-09-10 12:00:44 -04:00
parent 3d5f225702
commit 88d9da79e6
1 changed files with 1 additions and 1 deletions

View File

@ -2781,7 +2781,7 @@ static void P_ProcessLineSpecial(line_t *line, mobj_t *mo, sector_t *callsec)
P_FadeLight(line->tag,
(line->flags & ML_DONTPEGBOTTOM) ? max(min(sides[line->sidenum[0]].textureoffset>>FRACBITS, 255), 0) : line->frontsector->lightlevel,
(line->flags & ML_DONTPEGBOTTOM) ? max(sides[line->sidenum[0]].rowoffset>>FRACBITS, 0) : P_AproxDistance(line->dx, line->dy)>>FRACBITS,
(line->flags & ML_EFFECT5));
(line->flags & ML_EFFECT4));
break;
case 421: // Stop lighting effect in tagged sectors