diff options
author | Zack Middleton <zturtleman@gmail.com> | 2013-02-02 21:40:03 -0600 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-02-16 21:54:27 +0000 |
commit | 0f7a423fd0cf6a1f1327a9955b4c82f84b743255 (patch) | |
tree | 5a2791d4a7bb2395c67cf639c60a49048a12a7ed /src/qcommon/msg.c | |
parent | 0f85a38e7506c15eb5255f664b0c7d1703bc419d (diff) |
Remove some unused defines from msg.c
Diffstat (limited to 'src/qcommon/msg.c')
-rw-r--r-- | src/qcommon/msg.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/qcommon/msg.c b/src/qcommon/msg.c index 9499864f..acb5f99a 100644 --- a/src/qcommon/msg.c +++ b/src/qcommon/msg.c @@ -655,16 +655,6 @@ usercmd_t communication ============================================================================ */ -// ms is allways sent, the others are optional -#define CM_ANGLE1 (1<<0) -#define CM_ANGLE2 (1<<1) -#define CM_ANGLE3 (1<<2) -#define CM_FORWARD (1<<3) -#define CM_SIDE (1<<4) -#define CM_UP (1<<5) -#define CM_BUTTONS (1<<6) -#define CM_WEAPON (1<<7) - /* ===================== MSG_WriteDeltaUsercmd |