mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-06 03:15:56 +00:00
syncd
This commit is contained in:
parent
46e63da4d8
commit
42d9d6abc8
|
@ -564,7 +564,7 @@ void CGarage::Update()
|
|||
pos += vDirectionCenterToMiddle * CGeneral::GetRandomNumberInRange(-6.0f, 0.4f);
|
||||
dir = vDirectionCenterToMiddle * 0.04f;
|
||||
pos.z = m_fInfZ + CGeneral::GetRandomNumberInRange(-0.4f, 0.0f);
|
||||
CParticle::AddParticle(PARTICLE_GARAGEPAINT_SPRAY, pos, dir, nil, 0.0f, CVehicleModelInfo::ms_vehicleColourTable[colour1]); // TODO: mspInfo
|
||||
CParticle::AddParticle(PARTICLE_GARAGEPAINT_SPRAY, pos, dir, nil, 0.0f, CVehicleModelInfo::mspInfo->ms_vehicleColourTable[colour1]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue