Copy and Paste error

This commit is contained in:
Alam Ed Arias 2020-01-04 18:34:16 -05:00
parent 3bcf6b4b7e
commit 641ac72b3f

View file

@ -846,8 +846,8 @@ static void P_LoadVertices(UINT8 *data)
{
v->x = SHORT(mv->x)<<FRACBITS;
v->y = SHORT(mv->y)<<FRACBITS;
vt->floorzset = vt->ceilingzset = false;
vt->floorz = vt->ceilingz = 0;
v->floorzset = v->ceilingzset = false;
v->floorz = v->ceilingz = 0;
}
}