mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-02-18 18:01:46 +00:00
don't use black text
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1424 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
3a7c1c3e1b
commit
8246a4b9fb
1 changed files with 1 additions and 1 deletions
|
@ -696,7 +696,7 @@ void Cmd_Alias_f (void)
|
||||||
s = Cbuf_GetNext(Cmd_ExecLevel);
|
s = Cbuf_GetNext(Cmd_ExecLevel);
|
||||||
if (!*s)
|
if (!*s)
|
||||||
{
|
{
|
||||||
Con_Printf("^1WARNING:^0Multiline alias was not terminated\n");
|
Con_Printf("^1WARNING: ^7Multiline alias was not terminated\n");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
while (*s <= ' ' && *s)
|
while (*s <= ' ' && *s)
|
||||||
|
|
Loading…
Reference in a new issue