Merge pull request #557 from Nick007J/miami

script and script stubs
This commit is contained in:
aap
2020-05-18 13:08:24 +02:00
committed by GitHub
23 changed files with 731 additions and 110 deletions

View File

@@ -537,6 +537,8 @@ CPed::CPed(uint32 pedType) : m_pedIK(this)
m_fAirResistance = 0.4f / m_fMass;
m_fElasticity = 0.05f;
m_ceaseAttackTimer = 0;
bIsStanding = false;
bWasStanding = false;
bIsAttacking = false;