diff options
| author | eray orçunus <erayorcunus@gmail.com> | 2019-07-25 18:06:24 +0300 |
|---|---|---|
| committer | eray orçunus <erayorcunus@gmail.com> | 2019-07-25 23:37:50 +0300 |
| commit | 8fd63e5ca6288e0f16c63fa9f378682b31dbaf88 (patch) | |
| tree | 0351cb51adcacf2cdf0f006d23e2ce7bd8081e3c /src/peds/PedIK.h | |
| parent | implemented CAutomobile::TankControl (diff) | |
| download | re3-8fd63e5ca6288e0f16c63fa9f378682b31dbaf88.tar.gz | |
Ped & fixes, including peds dive into danger fix
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 5f321280..a8d9c75d 100644 --- a/src/peds/PedIK.h +++ b/src/peds/PedIK.h @@ -47,7 +47,7 @@ public: void RotateTorso(AnimBlendFrameData* animBlend, LimbOrientation* limb, bool changeRoll); void ExtractYawAndPitchLocal(RwMatrixTag*, float*, float*); void ExtractYawAndPitchWorld(RwMatrixTag*, float*, float*); - int8 MoveLimb(LimbOrientation &a1, float a2, float a3, LimbMovementInfo &a4); + uint32 MoveLimb(LimbOrientation &a1, float a2, float a3, LimbMovementInfo &a4); bool RestoreGunPosn(void); }; static_assert(sizeof(CPedIK) == 0x28, "CPedIK: error"); |
