mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-06 12:29:59 +00:00
Ped variables fix
This commit is contained in:
parent
1497dbaa8d
commit
2c24f55333
2 changed files with 10 additions and 17 deletions
|
@ -676,17 +676,10 @@ public:
|
|||
// set by 0482:set_threat_reaction_range_multiplier opcode
|
||||
static uint16 &nThreatReactionRangeMultiplier;
|
||||
|
||||
static CVector &vecPedCarDoorAnimOffset;
|
||||
static CVector &vecPedCarDoorLoAnimOffset;
|
||||
static CVector &vecPedVanRearDoorAnimOffset;
|
||||
static CVector &vecPedQuickDraggedOutCarAnimOffset;
|
||||
static bool &bNastyLimbsCheat;
|
||||
static bool &bPedCheat2;
|
||||
static bool &bPedCheat3;
|
||||
static CVector2D &ms_vec2DFleePosition;
|
||||
static CColPoint &aTempPedColPts;
|
||||
static uint16 &nPlayerInComboMove;
|
||||
static FightMove (&tFightMoves)[24];
|
||||
static CPedAudioData (&CommentWaitTime)[38];
|
||||
|
||||
#ifndef FINAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue