Copy and Paste error

This commit is contained in:
Alam Ed Arias 2020-01-04 18:34:16 -05:00
parent fbee649c65
commit 4408d2bb17

View file

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