]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
removed one variable too many
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 6 Jun 2005 07:23:24 +0000 (07:23 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 6 Jun 2005 07:23:24 +0000 (07:23 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5404 d7cf8633-e32d-0410-b094-e92efae38249

host_cmd.c

index d96572938371951c69a840d32c43105942082be4..654abb553bdeee0015e6074cfa55f0a4b7f583be 100644 (file)
@@ -209,6 +209,7 @@ Host_Ping_f
 */
 void Host_Ping_f (void)
 {
+       int             i;
        client_t        *client;
 
        if (cmd_source == src_command)