summaryrefslogtreecommitdiffstats
path: root/src/peds/Ped.h
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2021-01-13 18:18:26 +0100
committerFire-Head <Fire-Head@users.noreply.github.com>2021-01-13 18:18:26 +0100
commitd63e3f155995f2b82cee1f19bcf5c0f00bda491a (patch)
treefadc7c4d71f54a2c6a2add1efb1b741b6f9775d5 /src/peds/Ped.h
parentMerge branch 'lcs' of https://github.com/GTAmodding/re3 into lcs (diff)
parentremove scriptspath from premake (diff)
downloadre3-d63e3f155995f2b82cee1f19bcf5c0f00bda491a.tar
re3-d63e3f155995f2b82cee1f19bcf5c0f00bda491a.tar.gz
re3-d63e3f155995f2b82cee1f19bcf5c0f00bda491a.tar.bz2
re3-d63e3f155995f2b82cee1f19bcf5c0f00bda491a.tar.lz
re3-d63e3f155995f2b82cee1f19bcf5c0f00bda491a.tar.xz
re3-d63e3f155995f2b82cee1f19bcf5c0f00bda491a.tar.zst
re3-d63e3f155995f2b82cee1f19bcf5c0f00bda491a.zip
Diffstat (limited to 'src/peds/Ped.h')
-rw-r--r--src/peds/Ped.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/peds/Ped.h b/src/peds/Ped.h
index 4056898e..242a86f2 100644
--- a/src/peds/Ped.h
+++ b/src/peds/Ped.h
@@ -596,7 +596,7 @@ public:
float m_fRotationCur;
float m_fRotationDest;
float m_headingRate;
- uint16 m_vehEnterType;
+ uint16 m_vehDoor;
int16 m_walkAroundType;
CPhysical *m_pCurrentPhysSurface;
CVector m_vecOffsetFromPhysSurface;
@@ -650,10 +650,10 @@ public:
uint32 m_leaveCarTimer;
uint32 m_getUpTimer;
uint32 m_lookTimer;
- uint32 m_standardTimer;
+ uint32 m_chatTimer;
uint32 m_attackTimer;
uint32 m_shootTimer; // shooting is a part of attack
- uint32 m_hitRecoverTimer;
+ uint32 m_carJackTimer;
uint32 m_objectiveTimer;
uint32 m_duckTimer;
uint32 m_duckAndCoverTimer;