summaryrefslogtreecommitdiffstats
path: root/src/peds/Ped.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2021-01-13 17:47:00 +0100
committerNikolay Korolev <nickvnuk@gmail.com>2021-01-13 17:47:00 +0100
commit7388cc8a784bc0d6b56a043c438917ee203873d9 (patch)
treeb14a74897b0d6882c8f08dc367d0852aea2ce002 /src/peds/Ped.h
parentsome script (diff)
parentremove scriptspath from premake (diff)
downloadre3-7388cc8a784bc0d6b56a043c438917ee203873d9.tar
re3-7388cc8a784bc0d6b56a043c438917ee203873d9.tar.gz
re3-7388cc8a784bc0d6b56a043c438917ee203873d9.tar.bz2
re3-7388cc8a784bc0d6b56a043c438917ee203873d9.tar.lz
re3-7388cc8a784bc0d6b56a043c438917ee203873d9.tar.xz
re3-7388cc8a784bc0d6b56a043c438917ee203873d9.tar.zst
re3-7388cc8a784bc0d6b56a043c438917ee203873d9.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;