summaryrefslogtreecommitdiffstats
path: root/src/peds/PedIK.cpp
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2019-07-25 17:06:24 +0200
committereray orçunus <erayorcunus@gmail.com>2019-07-25 22:37:50 +0200
commit8fd63e5ca6288e0f16c63fa9f378682b31dbaf88 (patch)
tree0351cb51adcacf2cdf0f006d23e2ce7bd8081e3c /src/peds/PedIK.cpp
parentimplemented CAutomobile::TankControl (diff)
downloadre3-8fd63e5ca6288e0f16c63fa9f378682b31dbaf88.tar
re3-8fd63e5ca6288e0f16c63fa9f378682b31dbaf88.tar.gz
re3-8fd63e5ca6288e0f16c63fa9f378682b31dbaf88.tar.bz2
re3-8fd63e5ca6288e0f16c63fa9f378682b31dbaf88.tar.lz
re3-8fd63e5ca6288e0f16c63fa9f378682b31dbaf88.tar.xz
re3-8fd63e5ca6288e0f16c63fa9f378682b31dbaf88.tar.zst
re3-8fd63e5ca6288e0f16c63fa9f378682b31dbaf88.zip
Diffstat (limited to 'src/peds/PedIK.cpp')
-rw-r--r--src/peds/PedIK.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/peds/PedIK.cpp b/src/peds/PedIK.cpp
index 3d5bcfb5..768e0bf0 100644
--- a/src/peds/PedIK.cpp
+++ b/src/peds/PedIK.cpp
@@ -104,8 +104,7 @@ CPedIK::GetWorldMatrix(RwFrame *source, RwMatrix *destination)
return destination;
}
-// A helper function that adjusts "limb" parameter according to limitations. Doesn't move the limb.
-int8
+uint32
CPedIK::MoveLimb(LimbOrientation &limb, float approxPhi, float approxTheta, LimbMovementInfo &moveInfo)
{
int result = 1;