mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2025-01-31 06:57:28 +05:00
Fix regression introduced by Firela ladder - taxi boost jump stopped working
This commit is contained in:
parent
97347a11ff
commit
031d026e27
1 changed files with 2 additions and 0 deletions
|
@ -1360,8 +1360,10 @@ namespace FirelaHook
|
||||||
{
|
{
|
||||||
__asm
|
__asm
|
||||||
{
|
{
|
||||||
|
push ecx // Required in 0x6B1FE4: test cl, cl
|
||||||
mov ecx, esi
|
mov ecx, esi
|
||||||
call CVehicle::HasFirelaLadder
|
call CVehicle::HasFirelaLadder
|
||||||
|
pop ecx
|
||||||
test al, al
|
test al, al
|
||||||
jnz TestFirelaAndFlags_UpdateMovingCollision
|
jnz TestFirelaAndFlags_UpdateMovingCollision
|
||||||
test [esi].hFlagsLocal, FLAG_HYDRAULICS_INSTALLED
|
test [esi].hFlagsLocal, FLAG_HYDRAULICS_INSTALLED
|
||||||
|
|
Loading…
Reference in a new issue