mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Remove some unused defines from msg.c
This commit is contained in:
parent
b4ad5a8411
commit
9c741f95ea
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue