* Rename some fields in Level

This commit is contained in:
iProgramInCpp
2023-08-08 11:12:25 +03:00
parent 3447669f04
commit cc2dc9b648
20 changed files with 59 additions and 60 deletions

View File

@@ -664,14 +664,14 @@ void Entity::baseTick()
field_C0 = 0;
m_distanceFallen = 0;
if (m_pLevel->field_11)
if (m_pLevel->m_bIsMultiplayer)
goto label_4;
}
else
{
field_D4 = false;
if (m_pLevel->field_11)
if (m_pLevel->m_bIsMultiplayer)
{
label_4:
field_C0 = 0;