Skip to content

Commit

Permalink
Merge pull request #745 from LoboEire/master
Browse files Browse the repository at this point in the history
Unga Bunga.
  • Loading branch information
dashodanger authored Nov 19, 2024
2 parents 29f07c3 + f908c7f commit 9963dc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source_files/edge/r_render.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1595,6 +1595,12 @@ static void ComputeWallTiles(Seg *seg, DrawFloor *dfloor, int sidenum, float f_m
}

// hack for "see-through" lines (same sector on both sides)
if (sec != other && !lower_invis)
{
f2 = HMM_MAX(f2, f1);
c2 = HMM_MIN(c2, c1);
}

if (sec == other)
{
f2 = HMM_MAX(f2, f1);
Expand Down

0 comments on commit 9963dc8

Please sign in to comment.