mirror of
https://github.com/halpz/re3.git
synced 2025-07-27 08:22:47 +00:00
Rename LEVEL_NONE to LEVEL_GENERIC
This commit is contained in:
@ -83,7 +83,7 @@ CPlane::CPlane(int32 id, uint8 CreatedBy)
|
||||
|
||||
SetStatus(STATUS_PLANE);
|
||||
bIsBIGBuilding = true;
|
||||
m_level = LEVEL_NONE;
|
||||
m_level = LEVEL_GENERIC;
|
||||
|
||||
#ifdef FIX_BUGS
|
||||
m_isFarAway = true;
|
||||
|
Reference in New Issue
Block a user