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-02 22:56:54 +0200
commit4eea98c66b86f444eb07e730ce7a3118dfd092c1 (patch)
tree537bc4052e11c1dc9f590d745430226d5bcceb71 /src/peds/PedIK.h
parentFix use of integer in RemoveBuildingsNotInArea call (diff)
downloadre3-4eea98c66b86f444eb07e730ce7a3118dfd092c1.tar
re3-4eea98c66b86f444eb07e730ce7a3118dfd092c1.tar.gz
re3-4eea98c66b86f444eb07e730ce7a3118dfd092c1.tar.bz2
re3-4eea98c66b86f444eb07e730ce7a3118dfd092c1.tar.lz
re3-4eea98c66b86f444eb07e730ce7a3118dfd092c1.tar.xz
re3-4eea98c66b86f444eb07e730ce7a3118dfd092c1.tar.zst
re3-4eea98c66b86f444eb07e730ce7a3118dfd092c1.zip
Diffstat (limited to 'src/peds/PedIK.h')
-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 ee719fea..8be04365 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;