mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-18 05:34:08 +00:00
Remove Miami stuff
This commit is contained in:
parent
dfe0642195
commit
9960c41193
50 changed files with 14 additions and 2028 deletions
|
@ -130,16 +130,6 @@ CSimpleModelInfo::GetAtomicFromDistance(float dist)
|
|||
return nil;
|
||||
}
|
||||
|
||||
#ifdef MIAMI
|
||||
RpAtomic*
|
||||
CSimpleModelInfo::GetFirstAtomicFromDistance(float dist)
|
||||
{
|
||||
if(dist < m_lodDistances[0] * TheCamera.LODDistMultiplier)
|
||||
return m_atomics[0];
|
||||
return nil;
|
||||
}
|
||||
#endif
|
||||
|
||||
void
|
||||
CSimpleModelInfo::FindRelatedModel(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue