From ed241a8b739a96f28cbf0beff2e44e11df69242c Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 15 Sep 2009 05:57:14 +0000 Subject: [PATCH] Echo console command now colorizes by string, not token. Fixes Bugzilla #3879. --- code/qcommon/cmd.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/code/qcommon/cmd.c b/code/qcommon/cmd.c index c9381582..f1243b34 100644 --- a/code/qcommon/cmd.c +++ b/code/qcommon/cmd.c @@ -297,11 +297,7 @@ Just prints the rest of the line to the console */ void Cmd_Echo_f (void) { - int i; - - for (i=1 ; i