mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 23:34:09 +00:00
more script commands
This commit is contained in:
parent
0b156f1d26
commit
d0213e466c
5 changed files with 46 additions and 29 deletions
|
@ -1610,7 +1610,7 @@ CPhysical::ProcessCollisionSectorList(CPtrList *lists)
|
|||
A->bSkipLineCol = true;
|
||||
}else if(A->IsPed() && Aped->m_pCollidingEntity == B){
|
||||
skipCollision = true;
|
||||
if(!Aped->bKnockedUpIntoAir || Aped->b158_4)
|
||||
if(!Aped->bKnockedUpIntoAir || Aped->bKnockedOffBike)
|
||||
A->bSkipLineCol = true;
|
||||
}else if(B->IsPed() && Bped->m_pCollidingEntity == A){
|
||||
skipCollision = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue