mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-10 20:46:47 +03:00
Fix jump delay
This commit is contained in:
parent
75b6f61baa
commit
54e28f668a
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ void lara_as_run(ITEM_INFO* item, COLL_INFO* coll)
|
|||
}
|
||||
}
|
||||
|
||||
bool doJump = false;
|
||||
static bool doJump = false;
|
||||
|
||||
if (item->animNumber == LA_STAND_TO_RUN)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue