mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 01:34:09 +00:00
NULL -> nil
This commit is contained in:
parent
e2ded2d6ce
commit
224fd77641
8 changed files with 204 additions and 204 deletions
|
@ -445,7 +445,7 @@ CEntity::PreRender(void)
|
|||
gpShadowExplosionTex, &pos,
|
||||
8.0f, 0.0f, 0.0f, -8.0f,
|
||||
255, 200.0f*flicker, 160.0f*flicker, 120.0f*flicker,
|
||||
20.0f, false, 1.0f, NULL, false);
|
||||
20.0f, false, 1.0f, nil, false);
|
||||
CPointLights::AddLight(CPointLights::LIGHT_POINT,
|
||||
pos, CVector(0.0f, 0.0f, 0.0f),
|
||||
8.0f,
|
||||
|
@ -483,7 +483,7 @@ CEntity::PreRender(void)
|
|||
CTimeCycle::GetShadowStrength(),
|
||||
CTimeCycle::GetShadowStrength(),
|
||||
CTimeCycle::GetShadowStrength(),
|
||||
20.0f, false, 1.0f, NULL, false);
|
||||
20.0f, false, 1.0f, nil, false);
|
||||
}
|
||||
// fall through
|
||||
case ENTITY_TYPE_DUMMY:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue