mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-17 17:39:22 +00:00
VC CParticle done
This commit is contained in:
parent
ae8a377f26
commit
6a32981ba5
15 changed files with 1147 additions and 500 deletions
|
@ -382,8 +382,9 @@ CBoat::ProcessControl(void)
|
|||
CGeneral::GetRandomNumberInRange(0, 30),
|
||||
CGeneral::GetRandomNumberInRange(0, 90), 3);
|
||||
#endif
|
||||
if(!cameraHack)
|
||||
CParticle::AddParticle(PARTICLE_BOAT_WAKE, wakePos, wakeDir, nil, 0.0f, jetColor);
|
||||
//TODO: MIAMI:
|
||||
//if(!cameraHack)
|
||||
// CParticle::AddParticle(PARTICLE_BOAT_WAKE, wakePos, wakeDir, nil, 0.0f, jetColor);
|
||||
}else if((CTimer::GetFrameCounter() + m_randomSeed) & 1){
|
||||
#ifdef PC_PARTICLE
|
||||
jetDir.z = 0.018f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue