This commit is contained in:
Christoph Oelckers 2016-01-31 10:09:57 +01:00
commit be2fcb4621
14 changed files with 166 additions and 146 deletions

View file

@ -541,7 +541,7 @@ void R_AddLine (seg_t *line)
if (WallC.Init(tx1, ty1, tx2, ty2, 32))
return;
if (WallC.sx1 > WindowRight || WallC.sx2 < WindowLeft)
if (WallC.sx1 >= WindowRight || WallC.sx2 <= WindowLeft)
return;
if (line->linedef == NULL)