Fix jump delay

This commit is contained in:
Lwmte 2021-09-14 00:35:10 +03:00
parent 75b6f61baa
commit 54e28f668a

View file

@ -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)
{