mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 18:00:33 +00:00
Merge branch 'miami' into lcs
This commit is contained in:
commit
cc13e31264
4 changed files with 11 additions and 8 deletions
|
@ -3182,7 +3182,7 @@ bool
|
|||
CPed::IsPedDoingDriveByShooting(void)
|
||||
{
|
||||
#ifdef FIX_BUGS
|
||||
if (FindPlayerPed() == this && CWeaponInfo::GetWeaponInfo(GetWeapon()->m_eWeaponType)->m_nWeaponSlot == 5) {
|
||||
if (FindPlayerPed() == this && CWeaponInfo::GetWeaponInfo(GetWeapon()->m_eWeaponType)->m_nWeaponSlot == WEAPONSLOT_SUBMACHINEGUN) {
|
||||
#else
|
||||
if (FindPlayerPed() == this && GetWeapon()->m_eWeaponType == WEAPONTYPE_UZI) {
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue