summaryrefslogtreecommitdiff
path: root/src/qcommon
diff options
context:
space:
mode:
authorChristopher Schwarz <lakitu7@gmail.com>2009-10-14 23:56:20 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:16:51 +0000
commitfc8352965d47d726086baae033a283839bb1358c (patch)
treea46dd5f6e7885dd3b0fcc3d818e671b875e8ac4d /src/qcommon
parent20b6c68b9511adddf32030f5785eb2667a7f0e8c (diff)
* Various small style fixes/corrections/changes (Undeference, Timbo, benmachine)
* Restore /ignore functionality to a couple message types I forgot (Undeference) * Fix some color bleeds on names (Rezyn) * Fix an uninitialized buffer in featured labels (Rezyn) * Apply team colors to only the letter and not the brackets too, in cg_chatteamprefix (Undeference) * Default cg_drawcrosshairs 2, crosshairs for everything (kevlarman)
Diffstat (limited to 'src/qcommon')
-rw-r--r--src/qcommon/q_shared.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/qcommon/q_shared.h b/src/qcommon/q_shared.h
index 8cdc5ae6..c37f09d2 100644
--- a/src/qcommon/q_shared.h
+++ b/src/qcommon/q_shared.h
@@ -1379,17 +1379,6 @@ typedef enum {
#define MAX_PINGREQUESTS 32
#define MAX_SERVERSTATUSREQUESTS 16
-typedef enum {
- SAY_ALL,
- SAY_TEAM,
- SAY_PRIVMSG,
- SAY_TPRIVMSG,
- SAY_AREA,
- SAY_ADMINS,
- SAY_ADMINS_PUBLIC,
- SAY_RAW
-} saymode_t;
-
#define MAX_EMOTICON_NAME_LEN 16
#define MAX_EMOTICONS 64