mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-11 13:06:49 +03:00
Rename DeathIsPit to be more descriptive
This commit is contained in:
parent
eaa4a1f0f8
commit
c226821bc6
5 changed files with 16 additions and 16 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue