mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 21:04:08 +00:00
some CAutomobile
This commit is contained in:
parent
dd162c3aa0
commit
c1e13177a1
14 changed files with 445 additions and 194 deletions
|
@ -394,7 +394,7 @@ CRenderer::SetupEntityVisibility(CEntity *ent)
|
|||
}
|
||||
return VIS_VISIBLE;
|
||||
}
|
||||
if(ent->m_flagE10){
|
||||
if(ent->bDontStream){
|
||||
if(ent->m_rwObject == nil || !ent->bIsVisible)
|
||||
return VIS_INVISIBLE;
|
||||
if(!ent->GetIsOnScreen() || ent->IsEntityOccluded())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue