mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 05:30:34 +00:00
NULL -> nil
This commit is contained in:
parent
e2ded2d6ce
commit
224fd77641
8 changed files with 204 additions and 204 deletions
|
@ -593,7 +593,7 @@ CHeli::PreRenderAlways(void)
|
|||
CShadows::StoreShadowToBeRendered(SHADOWTYPE_ADDITIVE, gpShadowExplosionTex, &shadowPos,
|
||||
6.0f, 0.0f, 0.0f, -6.0f,
|
||||
80*m_fSearchLightIntensity, 80*m_fSearchLightIntensity, 80*m_fSearchLightIntensity, 80*m_fSearchLightIntensity,
|
||||
50.0f, true, 1.0f, NULL, false);
|
||||
50.0f, true, 1.0f, nil, false);
|
||||
|
||||
CVector front = GetMatrix() * CVector(0.0f, 7.0f, 0.0f);
|
||||
CVector toPlayer = FindPlayerCoors() - front;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue