diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-07-02 22:56:31 +0200 |
---|---|---|
committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-07-03 00:30:54 +0200 |
commit | 424a6d90bd154e0b657e394b6dfced585fed01bd (patch) | |
tree | 33e89f7669daba5a5cd87cbaa611b0d7c95e8a34 /src/peds/PedIK.h | |
parent | Sanitizer fixes (diff) | |
download | re3-424a6d90bd154e0b657e394b6dfced585fed01bd.tar re3-424a6d90bd154e0b657e394b6dfced585fed01bd.tar.gz re3-424a6d90bd154e0b657e394b6dfced585fed01bd.tar.bz2 re3-424a6d90bd154e0b657e394b6dfced585fed01bd.tar.lz re3-424a6d90bd154e0b657e394b6dfced585fed01bd.tar.xz re3-424a6d90bd154e0b657e394b6dfced585fed01bd.tar.zst re3-424a6d90bd154e0b657e394b6dfced585fed01bd.zip |
Diffstat (limited to 'src/peds/PedIK.h')
-rw-r--r-- | src/peds/PedIK.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peds/PedIK.h b/src/peds/PedIK.h index 4eeef6f0..9077fbea 100644 --- a/src/peds/PedIK.h +++ b/src/peds/PedIK.h @@ -34,7 +34,7 @@ public: AIMS_WITH_ARM = 4, }; - CPed *m_ped; + CPed *Const m_ped; LimbOrientation m_headOrient; LimbOrientation m_torsoOrient; LimbOrientation m_upperArmOrient; |