Rename LEVEL_NONE to LEVEL_GENERIC
This commit is contained in:
@@ -70,7 +70,7 @@ CPhysical::CPhysical(void)
|
||||
#ifdef FIX_BUGS
|
||||
m_nSurfaceTouched = SURFACE_DEFAULT;
|
||||
#endif
|
||||
m_nZoneLevel = LEVEL_NONE;
|
||||
m_nZoneLevel = LEVEL_GENERIC;
|
||||
}
|
||||
|
||||
CPhysical::~CPhysical(void)
|
||||
|
||||
Reference in New Issue
Block a user