Rename DeathIsPit to be more descriptive

This commit is contained in:
Lwmte 2021-09-13 09:55:54 +03:00
parent eaa4a1f0f8
commit c226821bc6
5 changed files with 16 additions and 16 deletions

View file

@ -130,7 +130,7 @@ void lara_col_walk(ITEM_INFO* item, COLL_INFO* coll)
coll->Setup.SlopesAreWalls = true;
coll->Setup.SlopesArePits = true;
coll->Setup.DeathIsPit = 1;
coll->Setup.DeathFlagIsPit = 1;
coll->Setup.ForwardAngle = Lara.moveAngle;
GetCollisionInfo(coll, item, LARA_HEIGHT);