mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
Add missing initialization on vertex heights for binary maps.
This commit is contained in:
parent
d8b24fcfba
commit
82b73a9ea8
1 changed files with 2 additions and 0 deletions
|
|
@ -846,6 +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;
|
||||||
|
vt->floorz = vt->ceilingz = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue