Skip to content

Commit

Permalink
Remove some unused defines from msg.c
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman committed Feb 3, 2013
1 parent b4ad5a8 commit 9c741f9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions code/qcommon/msg.c
Expand Up @@ -666,16 +666,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
Expand Down

0 comments on commit 9c741f9

Please sign in to comment.