mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-12-01 00:31:28 +00:00
Fix FOF intersections in multitagging for the software renderer.
This commit is contained in:
parent
c65ada7dd7
commit
3b55c9e940
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)
|
||||
{
|
||||
if (r2->master == rover->master) // Skip if same control line.
|
||||
continue;
|
||||
|
||||
if (!(r2->flags & FF_EXISTS) || !(r2->flags & FF_RENDERSIDES))
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Reference in a new issue