From: sajt Date: Sat, 18 Mar 2006 12:11:13 +0000 (+0000) Subject: nitpicky X-Git-Tag: xonotic-v0.1.0preview~4182 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=def65da90697b8c8aab723e9042bd18d280ae369;p=xonotic%2Fdarkplaces.git nitpicky git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6137 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/console.c b/console.c index 9c92e816..a90439ea 100644 --- a/console.c +++ b/console.c @@ -579,7 +579,7 @@ void Con_Print(const char *msg) // FIXME: 1. perhaps we should use a terminal system 2. use a constant instead of 7! line[index++] = STRING_COLOR_TAG; // assert( STRING_COLOR_DEFAULT < 10 ) - line[index++] = STRING_COLOR_DEFAULT + '0'; + line[index++] = STRING_COLOR_DEFAULT_STR; // special color codes for chat messages must always come first // for Con_PrintToHistory to work properly if (*msg <= 2)