diff options
author | eray orçunus <erayorcunus@gmail.com> | 2019-07-18 04:41:57 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2019-07-18 15:12:46 +0200 |
commit | d0fd14cb1a1882753aee9bc64a478da304247273 (patch) | |
tree | 296ce276e6ca96d638c814abd9dfa0de609d6dae /src/peds/Ped.h | |
parent | Merge branch 'master' of git://github.com/GTAmodding/re3 into erorcun (diff) | |
download | re3-d0fd14cb1a1882753aee9bc64a478da304247273.tar re3-d0fd14cb1a1882753aee9bc64a478da304247273.tar.gz re3-d0fd14cb1a1882753aee9bc64a478da304247273.tar.bz2 re3-d0fd14cb1a1882753aee9bc64a478da304247273.tar.lz re3-d0fd14cb1a1882753aee9bc64a478da304247273.tar.xz re3-d0fd14cb1a1882753aee9bc64a478da304247273.tar.zst re3-d0fd14cb1a1882753aee9bc64a478da304247273.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 778a5b48..9f1858b4 100644 --- a/src/peds/Ped.h +++ b/src/peds/Ped.h @@ -15,8 +15,8 @@ struct CPathNode; enum ePedPieceTypes { - PEDPIECE_NONE, - PEDPIECE_BODY, + PEDPIECE_TORSO, + PEDPIECE_MID, PEDPIECE_LEFTARM, PEDPIECE_RIGHTARM, PEDPIECE_LEFTLEG, @@ -260,7 +260,7 @@ public: uint8 m_ped_flagH80 : 1; uint8 m_ped_flagI1 : 1; - uint8 m_ped_flagI2 : 1; // limbs won't be removed if set + uint8 m_ped_flagI2 : 1; // if set, limbs won't came off uint8 m_ped_flagI4 : 1; uint8 bHasAlreadyBeenRecorded : 1; uint8 m_ped_flagI10 : 1; |