diff --git a/src/p_sight.cpp b/src/p_sight.cpp index 847448185..469cc8783 100644 --- a/src/p_sight.cpp +++ b/src/p_sight.cpp @@ -873,7 +873,7 @@ sightcounts[0]++; portals.Clear(); { sector_t *sec; - double lookheight = t1->Center(); + double lookheight = t1->Z() + t1->Height*0.75; t1->GetPortalTransition(lookheight, &sec); double bottomslope = t2->Z() - lookheight;