summaryrefslogtreecommitdiff
path: root/src/peds/PedIK.cpp
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2019-07-25 18:06:24 +0300
committereray orçunus <erayorcunus@gmail.com>2019-07-25 23:37:50 +0300
commit8fd63e5ca6288e0f16c63fa9f378682b31dbaf88 (patch)
tree0351cb51adcacf2cdf0f006d23e2ce7bd8081e3c /src/peds/PedIK.cpp
parentimplemented CAutomobile::TankControl (diff)
downloadre3-8fd63e5ca6288e0f16c63fa9f378682b31dbaf88.tar.gz
Ped & fixes, including peds dive into danger fix
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;