diff options
author | aap <aap@papnet.eu> | 2019-06-30 23:31:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-30 23:31:57 +0200 |
commit | f4cf98174c9995ce8f9b916a80b2aa81bc69bba4 (patch) | |
tree | 2b629178b15fc7c46f3128efeb815ac05c65d044 /src/entities/Vehicle.h | |
parent | little cleanup (diff) | |
parent | Merge remote-tracking branch 'upstream/master' (diff) | |
download | re3-f4cf98174c9995ce8f9b916a80b2aa81bc69bba4.tar re3-f4cf98174c9995ce8f9b916a80b2aa81bc69bba4.tar.gz re3-f4cf98174c9995ce8f9b916a80b2aa81bc69bba4.tar.bz2 re3-f4cf98174c9995ce8f9b916a80b2aa81bc69bba4.tar.lz re3-f4cf98174c9995ce8f9b916a80b2aa81bc69bba4.tar.xz re3-f4cf98174c9995ce8f9b916a80b2aa81bc69bba4.tar.zst re3-f4cf98174c9995ce8f9b916a80b2aa81bc69bba4.zip |
Diffstat (limited to 'src/entities/Vehicle.h')
-rw-r--r-- | src/entities/Vehicle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/Vehicle.h b/src/entities/Vehicle.h index 997720f6..27641e47 100644 --- a/src/entities/Vehicle.h +++ b/src/entities/Vehicle.h @@ -77,7 +77,7 @@ public: uint8 m_veh_flagD2 : 1; uint8 m_veh_flagD4 : 1; uint8 m_veh_flagD8 : 1; - uint8 m_veh_flagD10 : 1; + uint8 bRecordedForReplay : 1; uint8 m_veh_flagD20 : 1; uint8 m_veh_flagD40 : 1; uint8 m_veh_flagD80 : 1; |