Fixes and cleanup

This commit is contained in:
eray orçunus
2020-03-02 03:03:39 +03:00
parent f72453d03e
commit a718e699ad
11 changed files with 122 additions and 92 deletions

View File

@ -1016,7 +1016,7 @@ CPlayerPed::ProcessPlayerWeapon(CPad *padUsed)
}
}
} else {
m_pedIK.m_flags &= ~CPedIK::LOOKING;
m_pedIK.m_flags &= ~CPedIK::LOOKAROUND_HEAD_ONLY;
if (m_nPedState == PED_ATTACK) {
m_bHaveTargetSelected = true;
bIsAttacking = false;