diff options
author | eray orçunus <erayorcunus@gmail.com> | 2019-11-09 16:17:54 +0100 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2019-11-12 23:34:28 +0100 |
commit | be7d1d1a6327426dbe24c5b7b8eb16e5bb83a587 (patch) | |
tree | 3f802ec81aa739a423db3946f70244bfca0c536f /src/peds/Ped.h | |
parent | fixes (diff) | |
download | re3-be7d1d1a6327426dbe24c5b7b8eb16e5bb83a587.tar re3-be7d1d1a6327426dbe24c5b7b8eb16e5bb83a587.tar.gz re3-be7d1d1a6327426dbe24c5b7b8eb16e5bb83a587.tar.bz2 re3-be7d1d1a6327426dbe24c5b7b8eb16e5bb83a587.tar.lz re3-be7d1d1a6327426dbe24c5b7b8eb16e5bb83a587.tar.xz re3-be7d1d1a6327426dbe24c5b7b8eb16e5bb83a587.tar.zst re3-be7d1d1a6327426dbe24c5b7b8eb16e5bb83a587.zip |
Diffstat (limited to 'src/peds/Ped.h')
-rw-r--r-- | src/peds/Ped.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/peds/Ped.h b/src/peds/Ped.h index 50a8bfec..edf6b878 100644 --- a/src/peds/Ped.h +++ b/src/peds/Ped.h @@ -363,7 +363,7 @@ public: uint8 bShakeFist : 1; // test shake hand at look entity uint8 bNoCriticalHits : 1; // if set, limbs won't came off - uint8 m_ped_flagI4 : 1; // we've been put to car by script? - related with cars + uint8 m_ped_flagI4 : 1; // we've been put to car by script or without align phase? - related with cars uint8 bHasAlreadyBeenRecorded : 1; uint8 bFallenDown : 1; #ifdef VC_PED_PORTS @@ -499,8 +499,8 @@ public: uint32 m_soundStart; uint16 m_lastQueuedSound; uint16 m_queuedSound; - CVector m_vecSeekPosEx; // used in objectives - float m_distanceToCountSeekDoneEx; // used in objectives + CVector m_vecSeekPosEx; // used for OBJECTIVE_GUARD_SPOT + float m_distanceToCountSeekDoneEx; // used for OBJECTIVE_GUARD_SPOT static void *operator new(size_t); static void *operator new(size_t, int); |