From d0fd14cb1a1882753aee9bc64a478da304247273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eray=20or=C3=A7unus?= Date: Thu, 18 Jul 2019 05:41:57 +0300 Subject: Wanted changes in PlayerPed/PedModelInfo And some typos --- src/peds/Ped.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/peds/Ped.h') 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; -- cgit v1.2.3