Skip to content

Commit 9963dc8

Browse files
authored
Merge pull request #745 from LoboEire/master
Unga Bunga.
2 parents 29f07c3 + f908c7f commit 9963dc8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source_files/edge/r_render.cc

+6
Original file line numberDiff line numberDiff line change
@@ -1595,6 +1595,12 @@ static void ComputeWallTiles(Seg *seg, DrawFloor *dfloor, int sidenum, float f_m
15951595
}
15961596

15971597
// hack for "see-through" lines (same sector on both sides)
1598+
if (sec != other && !lower_invis)
1599+
{
1600+
f2 = HMM_MAX(f2, f1);
1601+
c2 = HMM_MIN(c2, c1);
1602+
}
1603+
15981604
if (sec == other)
15991605
{
16001606
f2 = HMM_MAX(f2, f1);

0 commit comments

Comments
 (0)