From c7fa915d9d35b3b7f232470cef98d783cde923ac Mon Sep 17 00:00:00 2001 From: thilo Date: Sat, 3 Oct 2009 23:32:17 +0000 Subject: Forgotten else git-svn-id: svn://svn.icculus.org/quake3/trunk@1641 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/game/g_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/g_client.c b/code/game/g_client.c index 2e968af..68ad987 100644 --- a/code/game/g_client.c +++ b/code/game/g_client.c @@ -626,7 +626,7 @@ static void ClientCleanName(const char *in, char *out, int outSize) spaces++; } - if(outpos > 0 && out[outpos - 1] == Q_COLOR_ESCAPE) + else if(outpos > 0 && out[outpos - 1] == Q_COLOR_ESCAPE) { if(Q_IsColorString(&out[outpos - 1])) { -- cgit v1.2.3