mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-26 16:35:41 +00:00
fix
This commit is contained in:
parent
33f467453e
commit
2d072325ad
1 changed files with 1 additions and 1 deletions
|
@ -1788,7 +1788,7 @@ CPlayerPed::ProcessControl(void)
|
||||||
if (!RpAnimBlendClumpGetFirstAssociation(GetClump(), ASSOC_BLOCK) && !m_attachedTo) {
|
if (!RpAnimBlendClumpGetFirstAssociation(GetClump(), ASSOC_BLOCK) && !m_attachedTo) {
|
||||||
if (TheCamera.Using1stPersonWeaponMode()) {
|
if (TheCamera.Using1stPersonWeaponMode()) {
|
||||||
if (padUsed)
|
if (padUsed)
|
||||||
PlayerControlFighter(padUsed);
|
PlayerControlSniper(padUsed);
|
||||||
|
|
||||||
} else if (TheCamera.Cams[0].Using3rdPersonMouseCam()
|
} else if (TheCamera.Cams[0].Using3rdPersonMouseCam()
|
||||||
#ifdef FREE_CAM
|
#ifdef FREE_CAM
|
||||||
|
|
Loading…
Reference in a new issue