summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2013-09-08 21:25:00 +0400
committerAndrey Nazarov <skuller@skuller.net>2013-09-08 21:25:00 +0400
commita281b7ea9bb4d0667cb6916155855df1c53cd724 (patch)
tree918090231398818a0f285df1d6f4c19ae670621d /inc
parent7dd8cc2890095f98855d65b6e5e8c295bfb81bb1 (diff)
Allow inverted color in HUD strings.
Diffstat (limited to 'inc')
-rw-r--r--inc/client/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/client/client.h b/inc/client/client.h
index 47560e7..14e2e1b 100644
--- a/inc/client/client.h
+++ b/inc/client/client.h
@@ -111,7 +111,7 @@ void SCR_UpdateScreen(void);
#define UI_DROPSHADOW 0x00000010
#define UI_ALTCOLOR 0x00000020
#define UI_IGNORECOLOR 0x00000040
-#define UI_ALTESCAPES 0x00000080
+#define UI_XORCOLOR 0x00000080
#define UI_AUTOWRAP 0x00000100
#define UI_MULTILINE 0x00000200
#define UI_DRAWCURSOR 0x00000400