* 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

@@ -68,7 +68,7 @@ void FallingTile::tick()
if (!field_7C)
{
if (field_E0 > 100 && !m_pLevel->field_11)
if (field_E0 > 100 && !m_pLevel->m_bIsMultiplayer)
remove();
return;