diff --git a/src/hu_stuff.c b/src/hu_stuff.c index e22f6c651..7644bcb2d 100644 --- a/src/hu_stuff.c +++ b/src/hu_stuff.c @@ -1048,7 +1048,6 @@ static void HU_queueChatChar(INT32 c) { char buf[2+256]; char *msg = &buf[2]; - size_t i; size_t ci = 2; INT32 target = 0; @@ -1061,15 +1060,8 @@ static void HU_queueChatChar(INT32 c) if (!c || (c >= ' ' && !(c & 0x80))) // copy printable characters and terminating '\0' only. buf[ci-1]=c; } while (c); - i = 0; - for (;(i