mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 18:54:08 +00:00
Rename LEVEL_NONE to LEVEL_GENERIC
This commit is contained in:
parent
6eb8f6ae5a
commit
841fa5155c
27 changed files with 69 additions and 69 deletions
|
@ -9177,7 +9177,7 @@ CPed::ProcessControl(void)
|
|||
CColPoint foundCol;
|
||||
CEntity *foundEnt = nil;
|
||||
|
||||
if (m_nZoneLevel > LEVEL_NONE && m_nZoneLevel != CCollision::ms_collisionInMemory)
|
||||
if (m_nZoneLevel > LEVEL_GENERIC && m_nZoneLevel != CCollision::ms_collisionInMemory)
|
||||
return;
|
||||
|
||||
int alpha = CVisibilityPlugins::GetClumpAlpha(GetClump());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue