mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 17:01:07 +00:00
Copy the flags of the reference slope
This commit is contained in:
parent
3fb5907eff
commit
36395bfaac
1 changed files with 1 additions and 1 deletions
|
@ -868,7 +868,7 @@ static void P_CreateSolidMidtextureSlope(line_t *line)
|
|||
pslope_t *ref = P_GetReferenceSlopeForMidtexture(line);
|
||||
if (ref)
|
||||
{
|
||||
line->midtexslope = Slope_Add(0);
|
||||
line->midtexslope = Slope_Add(ref->flags & SL_NOPHYSICS);
|
||||
|
||||
P_UpdateSolidMidtextureSlope(line, ref);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue