mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-11 13:06:49 +03:00
Possibly fixed #90
This commit is contained in:
parent
354a9d5afb
commit
aedd8c8ca4
1 changed files with 3 additions and 2 deletions
|
@ -693,8 +693,9 @@ void lara_as_pbleapoff(ITEM_INFO* item, COLL_INFO* coll)//1D244, 1D3D8 (F)
|
|||
|
||||
if (item->frameNumber == Anims[item->animNumber].frameEnd)
|
||||
{
|
||||
item->pos.xPos += 2800 * SIN(item->pos.yRot) >> W2V_SHIFT;
|
||||
item->pos.xPos += 2800 * COS(item->pos.yRot) >> W2V_SHIFT;
|
||||
item->pos.xPos += 700 * SIN(item->pos.yRot) >> W2V_SHIFT;
|
||||
item->pos.yPos -= 361;
|
||||
item->pos.zPos += 700 * COS(item->pos.yRot) >> W2V_SHIFT;
|
||||
|
||||
item->animNumber = ANIMATION_LARA_TRY_HANG_SOLID;
|
||||
item->frameNumber = Anims[item->animNumber].frameBase;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue