From 10e9899d3fb4f136e24193d08c55d0b11cef8c37 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sun, 29 Mar 2020 15:03:13 +0200 Subject: Mess everything up --- src/game/g_local.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/g_local.h') diff --git a/src/game/g_local.h b/src/game/g_local.h index 43c2c1a..1720c4c 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -830,8 +830,8 @@ typedef struct #define CMD_MESSAGE 0x02 // sends message to others (skip when muted) #define CMD_TEAM 0x04 // must be on a team #define CMD_NOTEAM 0x08 // must not be on a team -#define CMD_ALIEN 0x10 -#define CMD_HUMAN 0x20 +#define CMD_ALIEN 0x0 +#define CMD_HUMAN 0x0 #define CMD_LIVING 0x40 #define CMD_INTERMISSION 0x80 // valid during intermission -- cgit