Remove some unused defines from msg.c

This commit is contained in:
Zack Middleton 2013-02-02 21:40:03 -06:00
parent b4ad5a8411
commit 9c741f95ea
1 changed files with 0 additions and 10 deletions

View File

@ -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 MSG_WriteDeltaUsercmd