summaryrefslogtreecommitdiffstats
path: root/src/entities
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-03-02 20:54:47 +0100
committerNikolay Korolev <nickvnuk@gmail.com>2020-03-02 20:54:47 +0100
commit0a3211d0cf5c3ed1873089482a54954a79f0de19 (patch)
tree7f09b889e83e832b4bf8c6092e08a16f28fbf0f7 /src/entities
parentscript utils (diff)
parentMerge pull request #340 from erorcun/erorcun (diff)
downloadre3-0a3211d0cf5c3ed1873089482a54954a79f0de19.tar
re3-0a3211d0cf5c3ed1873089482a54954a79f0de19.tar.gz
re3-0a3211d0cf5c3ed1873089482a54954a79f0de19.tar.bz2
re3-0a3211d0cf5c3ed1873089482a54954a79f0de19.tar.lz
re3-0a3211d0cf5c3ed1873089482a54954a79f0de19.tar.xz
re3-0a3211d0cf5c3ed1873089482a54954a79f0de19.tar.zst
re3-0a3211d0cf5c3ed1873089482a54954a79f0de19.zip
Diffstat (limited to 'src/entities')
-rw-r--r--src/entities/Physical.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/Physical.cpp b/src/entities/Physical.cpp
index fbd1322d..fef5ec7f 100644
--- a/src/entities/Physical.cpp
+++ b/src/entities/Physical.cpp
@@ -1459,7 +1459,7 @@ CPhysical::ProcessCollisionSectorList(CPtrList *lists)
A->m_phy_flagA80 = true;
}else if(A->IsPed() && Aped->m_pCollidingEntity == B){
skipCollision = true;
- if(!Aped->m_ped_flagH1)
+ if(!Aped->bKnockedUpIntoAir)
A->m_phy_flagA80 = true;
}else if(B->IsPed() && Bped->m_pCollidingEntity == A){
skipCollision = true;