summaryrefslogtreecommitdiffstats
path: root/src/entities/Physical.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-04-30 17:58:15 +0200
committerSergeanur <s.anureev@yandex.ua>2020-04-30 17:58:15 +0200
commite14733367e9847ee7eb0ce52b0fcb501ea13a3c6 (patch)
treeb28dc3cdd3d7628514b764e62f7e6f0e297ad25b /src/entities/Physical.h
parentRename m_ped_flagA2 into bWasStanding (diff)
downloadre3-e14733367e9847ee7eb0ce52b0fcb501ea13a3c6.tar
re3-e14733367e9847ee7eb0ce52b0fcb501ea13a3c6.tar.gz
re3-e14733367e9847ee7eb0ce52b0fcb501ea13a3c6.tar.bz2
re3-e14733367e9847ee7eb0ce52b0fcb501ea13a3c6.tar.lz
re3-e14733367e9847ee7eb0ce52b0fcb501ea13a3c6.tar.xz
re3-e14733367e9847ee7eb0ce52b0fcb501ea13a3c6.tar.zst
re3-e14733367e9847ee7eb0ce52b0fcb501ea13a3c6.zip
Diffstat (limited to '')
-rw-r--r--src/entities/Physical.h2
1 files changed, 1 insertions, 1 deletions
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;