summaryrefslogtreecommitdiffstats
path: root/src/peds/PedIK.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-07-02 22:56:31 +0200
committererorcun <erorcunerorcun@hotmail.com.tr>2021-07-03 00:30:54 +0200
commit424a6d90bd154e0b657e394b6dfced585fed01bd (patch)
tree33e89f7669daba5a5cd87cbaa611b0d7c95e8a34 /src/peds/PedIK.h
parentSanitizer fixes (diff)
downloadre3-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 '')
-rw-r--r--src/peds/PedIK.h2
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;