mirror of
https://github.com/UberGames/ioef.git
synced 2025-02-17 17:31:08 +00:00
Fix indentation
This commit is contained in:
parent
0ed9c43453
commit
b8627b8774
1 changed files with 1 additions and 1 deletions
|
@ -1294,7 +1294,7 @@ void CG_AddPlayerWeapon( refEntity_t *parent, playerState_t *ps, centity_t *cent
|
|||
if(ps && cg_drawGun.integer == 2)
|
||||
VectorMA(gun.origin, -lerped.origin[1], parent->axis[1], gun.origin);
|
||||
else if(!ps || cg_drawGun.integer != 3)
|
||||
VectorMA(gun.origin, lerped.origin[1], parent->axis[1], gun.origin);
|
||||
VectorMA(gun.origin, lerped.origin[1], parent->axis[1], gun.origin);
|
||||
|
||||
VectorMA(gun.origin, lerped.origin[2], parent->axis[2], gun.origin);
|
||||
|
||||
|
|
Loading…
Reference in a new issue