mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 18:00:33 +00:00
silentpatch fixes
This commit is contained in:
parent
eefb0c817f
commit
b42d9e3e7c
8 changed files with 47 additions and 7 deletions
|
@ -1608,6 +1608,9 @@ CWeapon::FireM16_1stPerson(CEntity *shooter)
|
|||
|
||||
if ( shooter == FindPlayerPed() )
|
||||
{
|
||||
#ifdef FIX_BUGS
|
||||
CStats::InstantHitsFiredByPlayer++;
|
||||
#endif
|
||||
CPad::GetPad(0)->StartShake_Distance(240, 128, FindPlayerPed()->GetPosition().x, FindPlayerPed()->GetPosition().y, FindPlayerPed()->GetPosition().z);
|
||||
|
||||
if ( m_eWeaponType == WEAPONTYPE_M16 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue