diff options
| author | Sergeanur <s.anureev@yandex.ua> | 2019-10-26 14:13:00 +0300 |
|---|---|---|
| committer | Sergeanur <s.anureev@yandex.ua> | 2019-10-26 14:13:00 +0300 |
| commit | f62555c28ef41eeb663cab2ad4616b3bdc3d0726 (patch) | |
| tree | ac9f6d52eaafb6e1b0bd0b357d2010ef5aeb1027 /src/peds/PedIK.h | |
| parent | VisibilityPlugins callbacks and fixes (diff) | |
| download | re3-f62555c28ef41eeb663cab2ad4616b3bdc3d0726.tar.gz | |
CPedIK limb movement info reversed
Diffstat (limited to 'src/peds/PedIK.h')
| -rw-r--r-- | src/peds/PedIK.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/peds/PedIK.h b/src/peds/PedIK.h index c1600ebb..be063003 100644 --- a/src/peds/PedIK.h +++ b/src/peds/PedIK.h @@ -42,10 +42,11 @@ public: LimbOrientation m_lowerArmOrient; int32 m_flags; - static LimbMovementInfo &ms_torsoInfo; - static LimbMovementInfo &ms_headInfo; - static LimbMovementInfo &ms_upperArmInfo; - static LimbMovementInfo &ms_lowerArmInfo; + static LimbMovementInfo ms_torsoInfo; + static LimbMovementInfo ms_headInfo; + static LimbMovementInfo ms_headRestoreInfo; + static LimbMovementInfo ms_upperArmInfo; + static LimbMovementInfo ms_lowerArmInfo; CPedIK(CPed *ped); bool PointGunInDirection(float phi, float theta); |
