diff options
author | Sergeanur <s.anureev@yandex.ua> | 2019-10-26 13:13:00 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2019-10-26 13:13:00 +0200 |
commit | f62555c28ef41eeb663cab2ad4616b3bdc3d0726 (patch) | |
tree | ac9f6d52eaafb6e1b0bd0b357d2010ef5aeb1027 /src/peds/PedIK.h | |
parent | VisibilityPlugins callbacks and fixes (diff) | |
download | re3-f62555c28ef41eeb663cab2ad4616b3bdc3d0726.tar re3-f62555c28ef41eeb663cab2ad4616b3bdc3d0726.tar.gz re3-f62555c28ef41eeb663cab2ad4616b3bdc3d0726.tar.bz2 re3-f62555c28ef41eeb663cab2ad4616b3bdc3d0726.tar.lz re3-f62555c28ef41eeb663cab2ad4616b3bdc3d0726.tar.xz re3-f62555c28ef41eeb663cab2ad4616b3bdc3d0726.tar.zst re3-f62555c28ef41eeb663cab2ad4616b3bdc3d0726.zip |
Diffstat (limited to '')
-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); |