X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=console.c;h=9c92e8163fa892540e5663a87afc8809a6b409dc;hb=b8d63f8b1a4a6d8cc880be5ff8ea83aa6fbba365;hp=a90439eaa34c6aa26a9f63df0300995fe3eae4ca;hpb=def65da90697b8c8aab723e9042bd18d280ae369;p=xonotic%2Fdarkplaces.git diff --git a/console.c b/console.c index a90439ea..9c92e816 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_STR; + line[index++] = STRING_COLOR_DEFAULT + '0'; // special color codes for chat messages must always come first // for Con_PrintToHistory to work properly if (*msg <= 2)