Pad, BulletInfo, ProjectileInfo, fixes

This commit is contained in:
eray orçunus
2020-10-08 00:21:44 +03:00
parent e3571510ae
commit da39624f1c
20 changed files with 608 additions and 315 deletions

View File

@ -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);
}
}
}

View File

@ -1114,7 +1114,6 @@ public:
static bool bNastyLimbsCheat;
static bool bFannyMagnetCheat;
static bool bPedCheat2;
static bool bPedCheat3;
static CVector2D ms_vec2DFleePosition;