diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2015-11-29 20:29:30 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2015-11-29 20:29:30 +0100 |
commit | 3108bde4738357e3fec209e1deb7f20cf6663c6d (patch) | |
tree | 0a1e1aff9a5a1a392c2a4785be399a415d8948c2 /src/cgame/cg_local.h | |
parent | b86cbd75d8ff0e1606c041b5ed77c340cb802715 (diff) |
Port to 1.1 network protocol.
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 7721e45..b405cc6 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -1072,8 +1072,6 @@ typedef struct int itemPickupBlendTime; // the pulse around the crosshair is timed seperately int weaponSelectTime; - int weaponAnimation; - int weaponAnimationTime; // blend blobs float damageTime; |