From d81cecdac9d058d7509f9bf1bd86bb33eda41866 Mon Sep 17 00:00:00 2001 From: RedEnchilada Date: Sat, 16 May 2015 19:59:52 -0500 Subject: [PATCH] Minor cleanup so it stops bugging me --- src/r_segs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/r_segs.c b/src/r_segs.c index 73e0a8696..a4b57d39d 100644 --- a/src/r_segs.c +++ b/src/r_segs.c @@ -1904,7 +1904,7 @@ void R_StoreWallRange(INT32 start, INT32 stop) // check TOP TEXTURE if (worldhigh < worldtop #ifdef ESLOPE - /*-(FRACUNIT>>8)*/|| worldhighslope < worldtopslope/*-(FRACUNIT>>8)*/ + || worldhighslope < worldtopslope #endif ) { @@ -1983,7 +1983,7 @@ void R_StoreWallRange(INT32 start, INT32 stop) // check BOTTOM TEXTURE if (worldlow > worldbottom #ifdef ESLOPE - /*+(FRACUNIT>>8)*/ || worldlowslope > worldbottomslope/*+(FRACUNIT>>8)*/ // The leeway works around a weird rendering bug with slopes... + || worldlowslope > worldbottomslope #endif ) //seulement si VISIBLE!!! {