]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - console.c
modified q3msurface_t to use a surfmesh (although not cleanly)
[xonotic/darkplaces.git] / console.c
index 043dbeb8e6d17ac7bd919408212302661fd9f264..72dfd9e0a64aca901375ba0f155a3da55a6cb307 100644 (file)
--- a/console.c
+++ b/console.c
@@ -701,7 +701,7 @@ static vec4_t _con_colors[] =
 };
 
 #define _con_colors_count      (sizeof(_con_colors) / sizeof(vec3_t))
-#define _con_color_tag         '@'
+#define _con_color_tag         '^'
 
 // color is read and changed in the end
 static void _Con_DrawString( float x, float y, const char *text, int maxlen, float scalex, float scaley, int flags )