From e14733367e9847ee7eb0ce52b0fcb501ea13a3c6 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Thu, 30 Apr 2020 18:58:15 +0300 Subject: Rename m_phy_flagA80 to bSkipLineCol --- src/entities/Physical.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/entities/Physical.h') diff --git a/src/entities/Physical.h b/src/entities/Physical.h index fa5ada05..b47d556e 100644 --- a/src/entities/Physical.h +++ b/src/entities/Physical.h @@ -58,7 +58,7 @@ public: uint8 m_phy_flagA10 : 1; // unused uint8 m_phy_flagA20 : 1; // unused uint8 bHitByTrain : 1; - uint8 m_phy_flagA80 : 1; + uint8 bSkipLineCol : 1; uint8 m_nSurfaceTouched; int8 m_nZoneLevel; -- cgit v1.2.3