mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix FOF intersections in multitagging for the software renderer.
This commit is contained in:
parent
3854b56228
commit
cc8beb4677
1 changed files with 3 additions and 0 deletions
|
|
@ -2141,6 +2141,9 @@ void R_StoreWallRange(INT32 start, INT32 stop)
|
||||||
|
|
||||||
for (r2 = frontsector->ffloors; r2; r2 = r2->next)
|
for (r2 = frontsector->ffloors; r2; r2 = r2->next)
|
||||||
{
|
{
|
||||||
|
if (r2->master == rover->master) // Skip if same control line.
|
||||||
|
continue;
|
||||||
|
|
||||||
if (!(r2->flags & FF_EXISTS) || !(r2->flags & FF_RENDERSIDES))
|
if (!(r2->flags & FF_EXISTS) || !(r2->flags & FF_RENDERSIDES))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue