Open Razish opened 11 years ago
Seems it was never properly added, but was meant to be. See msg.c:
// 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)
Seems it was never properly added, but was meant to be. See msg.c: