mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 05:41:02 +00:00
I made a mistake. Fuck git reverts, they are a nightmare, let's just do this the old fashioned way.
This commit is contained in:
parent
d4d44777f4
commit
7071fbe29e
1 changed files with 0 additions and 8 deletions
|
@ -546,17 +546,9 @@ static pslope_t *P_NewVertexSlope(INT16 tag1, INT16 tag2, INT16 tag3, UINT8 flag
|
|||
continue;
|
||||
|
||||
if (!ret->vertices[0] && mt->angle == tag1)
|
||||
{
|
||||
ret->vertices[0] = mt;
|
||||
mt = mapthings;
|
||||
i = 0;
|
||||
}
|
||||
else if (!ret->vertices[1] && mt->angle == tag2)
|
||||
{
|
||||
ret->vertices[1] = mt;
|
||||
mt = mapthings;
|
||||
i = 0;
|
||||
}
|
||||
else if (!ret->vertices[2] && mt->angle == tag3)
|
||||
ret->vertices[2] = mt;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue