mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-18 10:14:10 +00:00
lcs particle
This commit is contained in:
parent
2ce925caba
commit
3648ef4687
17 changed files with 464 additions and 648 deletions
|
@ -1724,7 +1724,7 @@ CBike::PreRender(void)
|
|||
TheCamera.GetLookDirection() == LOOKING_RIGHT)
|
||||
pos1 -= 0.2f*GetForward();
|
||||
|
||||
CParticle::AddParticle(PARTICLE_HEATHAZE, pos1, CVector(0.0f, 0.0f, 0.0f));
|
||||
//CParticle::AddParticle(PARTICLE_HEATHAZE, pos1, CVector(0.0f, 0.0f, 0.0f));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue