mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 14:14:09 +00:00
Pad, BulletInfo, ProjectileInfo, fixes
This commit is contained in:
parent
e3571510ae
commit
da39624f1c
20 changed files with 608 additions and 315 deletions
|
@ -136,7 +136,6 @@ CVector vecPedBikeKickAnimOffset;
|
|||
|
||||
bool CPed::bNastyLimbsCheat;
|
||||
bool CPed::bFannyMagnetCheat;
|
||||
bool CPed::bPedCheat2;
|
||||
bool CPed::bPedCheat3;
|
||||
CVector2D CPed::ms_vec2DFleePosition;
|
||||
|
||||
|
@ -14404,7 +14403,7 @@ CPed::PossiblyFindBetterPosToSeekCar(CVector *pos, CVehicle *veh)
|
|||
return true;
|
||||
}
|
||||
|
||||
extern CVector vecTestTemp(-1.0f, -1.0f, -1.0f);
|
||||
CVector vecTestTemp(-1.0f, -1.0f, -1.0f);
|
||||
|
||||
// --MIAMI: Done
|
||||
void
|
||||
|
@ -21441,4 +21440,4 @@ CPed::SetLook(float direction)
|
|||
SetPedState(PED_LOOK_HEADING);
|
||||
SetLookFlag(direction, false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue