mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Backport Kart Krew's fix for the 1px HOM with horizon lines
This commit is contained in:
parent
62dcc48631
commit
dce1e1a103
1 changed files with 1 additions and 0 deletions
|
|
@ -2693,6 +2693,7 @@ void R_StoreWallRange(INT32 start, INT32 stop)
|
||||||
if (linedef->special == 41) { // HORIZON LINES
|
if (linedef->special == 41) { // HORIZON LINES
|
||||||
topstep = bottomstep = 0;
|
topstep = bottomstep = 0;
|
||||||
topfrac = bottomfrac = (centeryfrac>>4);
|
topfrac = bottomfrac = (centeryfrac>>4);
|
||||||
|
topfrac++; // Prevent 1px HOM
|
||||||
} else {
|
} else {
|
||||||
topstep = -FixedMul (rw_scalestep, worldtop);
|
topstep = -FixedMul (rw_scalestep, worldtop);
|
||||||
topfrac = (centeryfrac>>4) - FixedMul (worldtop, rw_scale);
|
topfrac = (centeryfrac>>4) - FixedMul (worldtop, rw_scale);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue