mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-10 05:44:09 +00:00
lcs particle
This commit is contained in:
parent
2ce925caba
commit
3648ef4687
17 changed files with 464 additions and 648 deletions
|
@ -325,6 +325,7 @@ void CWeather::Update(void)
|
|||
|
||||
void CWeather::AddHeatHaze()
|
||||
{
|
||||
/*
|
||||
if(TheCamera.Cams[TheCamera.ActiveCam].Mode == CCam::MODE_TOPDOWN ||
|
||||
TheCamera.Cams[TheCamera.ActiveCam].Mode == CCam::MODE_TOP_DOWN_PED)
|
||||
return;
|
||||
|
@ -336,6 +337,7 @@ void CWeather::AddHeatHaze()
|
|||
pos.y = CGeneral::GetRandomNumberInRange(SCREEN_HEIGHT*0.4f, SCREEN_HEIGHT*0.9f);
|
||||
pos.z = 100.0f;
|
||||
CParticle::AddParticle(PARTICLE_HEATHAZE_IN_DIST, pos, CVector(0.0f, 0.0f, 0.0f));
|
||||
*/
|
||||
}
|
||||
|
||||
void CWeather::AddBeastie()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue