mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-07 10:24:09 +00:00
getting the vice city map to work
This commit is contained in:
parent
0b61ae11ec
commit
68d3ea9c42
27 changed files with 327 additions and 792 deletions
|
@ -375,7 +375,8 @@ CRenderer::SetupEntityVisibility(CEntity *ent)
|
|||
|
||||
// Simple ModelInfo
|
||||
|
||||
// TODO(MIAMI): area
|
||||
if(!IsAreaVisible(ent->m_area))
|
||||
return VIS_INVISIBLE;
|
||||
|
||||
dist = (ent->GetPosition() - ms_vecCameraPosition).Magnitude();
|
||||
|
||||
|
@ -469,7 +470,8 @@ CRenderer::SetupBigBuildingVisibility(CEntity *ent)
|
|||
CTimeModelInfo *ti;
|
||||
int32 other;
|
||||
|
||||
// TODO(MIAMI): area
|
||||
if(!IsAreaVisible(ent->m_area))
|
||||
return VIS_INVISIBLE;
|
||||
|
||||
bool request = true;
|
||||
if(mi->GetModelType() == MITYPE_TIME){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue