diff options
| author | Sergeanur <s.anureev@yandex.ua> | 2020-07-13 17:43:09 +0300 |
|---|---|---|
| committer | Sergeanur <s.anureev@yandex.ua> | 2020-07-13 17:43:09 +0300 |
| commit | 841fa5155c17b6edf4774deaa311a4e5935be4d6 (patch) | |
| tree | 7fae91d0edd59cdb4c340d9cf590e0cd07a75310 /src/entities/Physical.cpp | |
| parent | Add cutscene borders switch to the menu (diff) | |
| download | re3-841fa5155c17b6edf4774deaa311a4e5935be4d6.tar.gz | |
Rename LEVEL_NONE to LEVEL_GENERIC
Diffstat (limited to 'src/entities/Physical.cpp')
| -rw-r--r-- | src/entities/Physical.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/Physical.cpp b/src/entities/Physical.cpp index e89b4858..49060fe7 100644 --- a/src/entities/Physical.cpp +++ b/src/entities/Physical.cpp @@ -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) |
