1
0
mirror of https://github.com/td512/re3.git synced 2026-05-04 21:05:03 +00:00

Rename m_phy_flagA80 to bSkipLineCol

This commit is contained in:
Sergeanur
2020-04-30 18:58:15 +03:00
parent 81094f2cd7
commit e14733367e
4 changed files with 15 additions and 15 deletions

View File

@@ -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;