mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 03:14:08 +00:00
Peds, Hud, CFO 1/2, fixes - including zone names
This commit is contained in:
parent
5bedca7692
commit
f40f44b14e
30 changed files with 1467 additions and 818 deletions
|
@ -2523,7 +2523,7 @@ CAutomobile::PreRender(void)
|
|||
if(GetModelIndex() == MI_RCGOBLIN || GetModelIndex() == MI_RCRAIDER)
|
||||
radius = 3.0f;
|
||||
if(GetPosition().z - groundZ < radius)
|
||||
HeliDustGenerate(this, radius-(GetPosition().z - groundZ), groundZ, ceilf(rnd));
|
||||
HeliDustGenerate(this, radius-(GetPosition().z - groundZ), groundZ, Ceil(rnd));
|
||||
}
|
||||
|
||||
CMatrix mat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue