mirror of
https://github.com/nzp-team/quakespasm.git
synced 2025-04-24 01:31:41 +00:00
NX/VITA: Re-Enable Weapon Kicking with Deadshot Daiquiri
This commit is contained in:
parent
774072a853
commit
63c767b55a
1 changed files with 4 additions and 6 deletions
|
@ -1183,12 +1183,10 @@ void CL_ParseWeaponFire (void)
|
|||
kick[0] = MSG_ReadCoord (cl.protocolflags)/5;
|
||||
kick[1] = MSG_ReadCoord (cl.protocolflags)/5;
|
||||
kick[2] = MSG_ReadCoord (cl.protocolflags)/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