From 8246a4b9fb98eb194f9508c02ee5c87c754658d8 Mon Sep 17 00:00:00 2001 From: TimeServ Date: Wed, 5 Oct 2005 02:10:54 +0000 Subject: [PATCH] don't use black text git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1424 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/common/cmd.c b/engine/common/cmd.c index ceddc6452..c9f3c21d6 100644 --- a/engine/common/cmd.c +++ b/engine/common/cmd.c @@ -696,7 +696,7 @@ void Cmd_Alias_f (void) s = Cbuf_GetNext(Cmd_ExecLevel); if (!*s) { - Con_Printf("^1WARNING:^0Multiline alias was not terminated\n"); + Con_Printf("^1WARNING: ^7Multiline alias was not terminated\n"); break; } while (*s <= ' ' && *s)