mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-26 05:41:24 +00:00
Re-Enable Weapon Kicking with Deadshot Daiquiri
This commit is contained in:
parent
d219c1412f
commit
c2a58f5a68
1 changed files with 4 additions and 5 deletions
|
@ -1081,11 +1081,10 @@ void CL_ParseWeaponFire (void)
|
|||
kick[1] = MSG_ReadCoord()/5;
|
||||
kick[2] = MSG_ReadCoord()/5;
|
||||
|
||||
if (!(cl.perks & 64)) {
|
||||
cl.gun_kick[0] += kick[0];
|
||||
cl.gun_kick[1] += kick[1];
|
||||
cl.gun_kick[2] += kick[2];
|
||||
}
|
||||
cl.gun_kick[0] += kick[0];
|
||||
cl.gun_kick[1] += kick[1];
|
||||
cl.gun_kick[2] += kick[2];
|
||||
|
||||
}
|
||||
/*
|
||||
===================
|
||||
|
|
Loading…
Reference in a new issue