]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
changed color prefix character to ^ (@ is not acceptable)
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 11 Feb 2005 22:22:35 +0000 (22:22 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 11 Feb 2005 22:22:35 +0000 (22:22 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5015 d7cf8633-e32d-0410-b094-e92efae38249

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 )