mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 04:10:35 +00:00
commit
62b6788dc5
3 changed files with 6 additions and 6 deletions
|
@ -249,7 +249,7 @@ CheckForPedsOnGroundToAttack(CPlayerPed *player, CPed **pedOnGround)
|
|||
foundDead = 1;
|
||||
if (!deadPed)
|
||||
deadPed = (CPed*)currentPed;
|
||||
} else if (currentPed->IsPedHeadAbovePos(-0.6f)) {
|
||||
} else if (!currentPed->IsPedHeadAbovePos(-0.6f)) {
|
||||
foundOnTheFloor = 1;
|
||||
if (!pedOnTheFloor)
|
||||
pedOnTheFloor = (CPed*)currentPed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue