From d970e242407f5e89111f6fd90911f5b60aec52b0 Mon Sep 17 00:00:00 2001 From: havoc Date: Fri, 11 Feb 2005 22:22:35 +0000 Subject: [PATCH] changed color prefix character to ^ (@ is not acceptable) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5015 d7cf8633-e32d-0410-b094-e92efae38249 --- console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console.c b/console.c index 043dbeb8..72dfd9e0 100644 --- 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 ) -- 2.39.2