mirror of
https://github.com/halpz/re3.git
synced 2025-07-16 22:18:16 +00:00
implemented most of streamed collisions and big buildings
This commit is contained in:
@ -130,6 +130,7 @@ CSimpleModelInfo::GetAtomicFromDistance(float dist)
|
||||
return nil;
|
||||
}
|
||||
|
||||
#ifdef MIAMI
|
||||
RpAtomic*
|
||||
CSimpleModelInfo::GetFirstAtomicFromDistance(float dist)
|
||||
{
|
||||
@ -137,6 +138,7 @@ CSimpleModelInfo::GetFirstAtomicFromDistance(float dist)
|
||||
return m_atomics[0];
|
||||
return nil;
|
||||
}
|
||||
#endif
|
||||
|
||||
void
|
||||
CSimpleModelInfo::FindRelatedModel(void)
|
||||
|
Reference in New Issue
Block a user