mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-11 13:06:49 +03:00
Rename box
This commit is contained in:
parent
921c2abe43
commit
202bf42a12
12 changed files with 53 additions and 53 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue