mirror of
https://github.com/halpz/re3.git
synced 2025-07-23 02:29:46 +00:00
Merge pull request #656 from erorcun/miami
Peds, Hud, CFO 1/2, fixes - including zone names
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user