From 3ec243e3da001772d9e1676c2ea599ebac8071b7 Mon Sep 17 00:00:00 2001 From: havoc Date: Mon, 6 Jun 2005 07:23:24 +0000 Subject: [PATCH] removed one variable too many git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5404 d7cf8633-e32d-0410-b094-e92efae38249 --- host_cmd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/host_cmd.c b/host_cmd.c index d9657293..654abb55 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -209,6 +209,7 @@ Host_Ping_f */ void Host_Ping_f (void) { + int i; client_t *client; if (cmd_source == src_command) -- 2.39.2