summaryrefslogtreecommitdiff
path: root/source/q_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/q_msg.h')
-rw-r--r--source/q_msg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/q_msg.h b/source/q_msg.h
index 622d5f5..11df04a 100644
--- a/source/q_msg.h
+++ b/source/q_msg.h
@@ -69,7 +69,8 @@ typedef enum {
MSG_ES_FORCE = ( 1 << 0 ),
MSG_ES_NEWENTITY = ( 1 << 1 ),
MSG_ES_FIRSTPERSON = ( 1 << 2 ),
- MSG_ES_REMOVE = ( 1 << 3 )
+ MSG_ES_LONGSOLID = ( 1 << 3 ),
+ MSG_ES_REMOVE = ( 1 << 4 )
} msgEsFlags_t;
extern sizebuf_t msg_write;