mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-11 11:40:34 +00:00
CPedIK limb movement info reversed
This commit is contained in:
parent
d9fb2cc56f
commit
f62555c28e
2 changed files with 10 additions and 9 deletions
|
@ -42,10 +42,11 @@ public:
|
|||
LimbOrientation m_lowerArmOrient;
|
||||
int32 m_flags;
|
||||
|
||||
static LimbMovementInfo &ms_torsoInfo;
|
||||
static LimbMovementInfo &ms_headInfo;
|
||||
static LimbMovementInfo &ms_upperArmInfo;
|
||||
static LimbMovementInfo &ms_lowerArmInfo;
|
||||
static LimbMovementInfo ms_torsoInfo;
|
||||
static LimbMovementInfo ms_headInfo;
|
||||
static LimbMovementInfo ms_headRestoreInfo;
|
||||
static LimbMovementInfo ms_upperArmInfo;
|
||||
static LimbMovementInfo ms_lowerArmInfo;
|
||||
|
||||
CPedIK(CPed *ped);
|
||||
bool PointGunInDirection(float phi, float theta);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue