mirror of
https://github.com/halpz/re3.git
synced 2025-06-29 06:36:24 +00:00
Merge remote-tracking branch 'origin/master' into miami
# Conflicts: # src/render/Renderer.cpp
This commit is contained in:
@ -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));
|
||||
|
Reference in New Issue
Block a user