Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilo Schulz committed Jul 7, 2011
1 parent 0ed9c43 commit b8627b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/cgame/cg_weapons.c
Expand Up @@ -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);

Expand Down

0 comments on commit b8627b8

Please sign in to comment.