mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 15:26:19 +00:00
silentpatch fixes
This commit is contained in:
@ -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 )
|
||||
|
Reference in New Issue
Block a user