Merge branch 'horizon-line-hom-fix' into 'master'

Horizon line HOM fix

See merge request STJr/SRB2Internal!152
This commit is contained in:
Nev3r 2018-08-12 03:48:20 -04:00
commit f19b7bfacf
1 changed files with 1 additions and 0 deletions

View File

@ -2695,6 +2695,7 @@ void R_StoreWallRange(INT32 start, INT32 stop)
if (linedef->special == 41) { // HORIZON LINES
topstep = bottomstep = 0;
topfrac = bottomfrac = (centeryfrac>>4);
topfrac++; // Prevent 1px HOM
} else {
topstep = -FixedMul (rw_scalestep, worldtop);
topfrac = (centeryfrac>>4) - FixedMul (worldtop, rw_scale);