mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 23:54:09 +00:00
clean up
This commit is contained in:
parent
b705be0e87
commit
0a36d49d2c
20 changed files with 115 additions and 302 deletions
|
@ -1229,7 +1229,9 @@ void CParticle::Update()
|
|||
moveStep.z = point.point.z;
|
||||
if ( psystem->m_Type == PARTICLE_DEBRIS2 )
|
||||
{
|
||||
particle->m_vecVelocity *= CVector(0.8f, 0.8f, -0.4f);
|
||||
particle->m_vecVelocity.x *= 0.8f;
|
||||
particle->m_vecVelocity.y *= 0.8f;
|
||||
particle->m_vecVelocity.z *= -0.4f;
|
||||
if ( particle->m_vecVelocity.z < 0.005f )
|
||||
particle->m_vecVelocity.z = 0.0f;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue