summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2020-03-29 15:03:13 +0200
committerPaweł Redman <pawel.redman@gmail.com>2020-03-29 15:03:13 +0200
commit10e9899d3fb4f136e24193d08c55d0b11cef8c37 (patch)
tree2bf02be46bedc09d1903dd92828dc46c94bb5f44 /src/game/g_local.h
parente0576e7091644b98630ef4ad0cdcf93637f84055 (diff)
Mess everything up
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h4
1 files changed, 2 insertions, 2 deletions
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