From 413643decfe5394d385ba16d1da0f134ecda9fbc Mon Sep 17 00:00:00 2001 From: icculus Date: Tue, 15 Sep 2009 05:57:14 +0000 Subject: Echo console command now colorizes by string, not token. Fixes Bugzilla #3879. git-svn-id: svn://svn.icculus.org/quake3/trunk@1619 edf5b092-35ff-0310-97b2-ce42778d08ea --- 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 c938158..f1243b3 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