]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.h
- SFXs no longer allocate mempools, they use the sound mempool directly.
[xonotic/darkplaces.git] / cl_screen.h
index 50530abd73cb7c2618fa767e1d3ea8528772b313..79fb54f1cd3b02c68228076ec1831e8874854c5e 100644 (file)
@@ -44,7 +44,7 @@ DRAWFLAG_NUMFLAGS
 // shared color tag printing constants
 #define STRING_COLOR_TAG                       '^'
 #define STRING_COLOR_DEFAULT           7
-#define STRING_COLOR_DEFAULT_STR       "7"
+#define STRING_COLOR_DEFAULT_STR       "^7"
 
 // clear the draw queue
 void DrawQ_Clear(void);