mirror of
https://github.com/halpz/re3.git
synced 2025-07-24 21:29:45 +00:00
CAutomobile::PreRender; whole class finished
This commit is contained in:
@ -359,10 +359,10 @@ CRenderer::SetupEntityVisibility(CEntity *ent)
|
||||
ent->GetModelIndex() == MI_RHINO ||
|
||||
ent->GetModelIndex() == MI_COACH ||
|
||||
TheCamera.m_bInATunnelAndABigVehicle){
|
||||
ent->m_flagD40 = true;
|
||||
ent->bNoBrightHeadLights = true;
|
||||
}else{
|
||||
m_pFirstPersonVehicle = (CVehicle*)ent;
|
||||
ent->m_flagD40 = false;
|
||||
ent->bNoBrightHeadLights = false;
|
||||
}
|
||||
return VIS_OFFSCREEN;
|
||||
}else{
|
||||
|
Reference in New Issue
Block a user