mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-18 09:34:09 +00:00
Merge remote-tracking branch 'origin/master' into miami
# Conflicts: # src/render/Renderer.cpp
This commit is contained in:
commit
6ad66fb2d7
7 changed files with 25 additions and 24 deletions
|
@ -2190,7 +2190,7 @@ CAutomobile::ProcessEntityCollision(CEntity *ent, CColPoint *colpoints)
|
|||
}
|
||||
|
||||
// move body cast
|
||||
if(phys->bIsStatic){
|
||||
if(phys->IsStatic()){
|
||||
phys->bIsStatic = false;
|
||||
phys->m_nStaticFrames = 0;
|
||||
phys->ApplyMoveForce(m_vecMoveSpeed / Sqrt(speed));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue