Rename box

This commit is contained in:
Lwmte 2021-09-13 02:46:48 +03:00
parent 921c2abe43
commit 202bf42a12
12 changed files with 53 additions and 53 deletions

View file

@ -997,7 +997,7 @@ void AlterFloorHeight(ITEM_INFO *item, int height)
floor->FloorCollision.Planes[0].z += height;
floor->FloorCollision.Planes[1].z += height;
box = &g_Level.Boxes[floor->box];
box = &g_Level.Boxes[floor->Box];
if (box->flags & BLOCKABLE)
{
if (height >= 0)