game(hl1): fix stupid mp5 recoil

This commit is contained in:
nillerusr
2022-08-23 18:17:31 +03:00
parent 2cb00530c7
commit 32c57a8a49
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ void CWeaponMP5::PrimaryAttack( void )
EjectShell( pPlayer, 0 );
pPlayer->ViewPunch( QAngle( random->RandomFloat( -2, 2 ), 0, 0 ) );
pPlayer->ViewPunch( QAngle( -1, 0, 0 ) );
#ifdef CLIENT_DLL
pPlayer->DoMuzzleFlash();
#else