mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Minor cleanup so it stops bugging me
This commit is contained in:
parent
09f8dec7d1
commit
d81cecdac9
1 changed files with 2 additions and 2 deletions
|
@ -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!!!
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue