diff options
author | eray orçunus <erayorcunus@gmail.com> | 2019-09-12 03:43:18 +0300 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2019-09-12 03:46:15 +0300 |
commit | 14c7c1d7ca722935195a20817c96b1af75046359 (patch) | |
tree | 0ed77a2bf6d999ff94b8c70aca1795db4b9173c7 /src/peds/PedIK.h | |
parent | 3378cad058a1def5f3b9f2e2704e9e788be9b9f8 (diff) |
World and Peds
Diffstat (limited to 'src/peds/PedIK.h')
-rw-r--r-- | src/peds/PedIK.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/peds/PedIK.h b/src/peds/PedIK.h index 080cd103..c1600ebb 100644 --- a/src/peds/PedIK.h +++ b/src/peds/PedIK.h @@ -31,7 +31,7 @@ class CPedIK public: enum { FLAG_1 = 1, - LOOKING = 2, + LOOKING = 2, // looking while in car? AIMS_WITH_ARM = 4, }; @@ -44,6 +44,8 @@ public: static LimbMovementInfo &ms_torsoInfo; static LimbMovementInfo &ms_headInfo; + static LimbMovementInfo &ms_upperArmInfo; + static LimbMovementInfo &ms_lowerArmInfo; CPedIK(CPed *ped); bool PointGunInDirection(float phi, float theta); |