mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 12:10:33 +00:00
Pickups fix
This commit is contained in:
parent
7ede8685ec
commit
a2e0373d22
3 changed files with 9 additions and 4 deletions
|
@ -1055,6 +1055,7 @@ CPlayerPed::FindWeaponLockOnTarget(void)
|
|||
if (nextTarget)
|
||||
nextTarget->RegisterReference((CEntity**)&m_pPointGunAt);
|
||||
SetPointGunAt(nextTarget);
|
||||
Say(SOUND_PED_AIMING);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue