From fd1f296b93a493efa72c10e88525269037d674cf Mon Sep 17 00:00:00 2001 From: Spoike Date: Wed, 15 Dec 2004 19:37:30 +0000 Subject: [PATCH] Prevention of badly configured mvdsv builds kicking us requires this. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@645 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/client.h | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/client/client.h b/engine/client/client.h index 08028e19e..5c8f1581d 100644 --- a/engine/client/client.h +++ b/engine/client/client.h @@ -274,6 +274,7 @@ typedef struct // network stuff netchan_t netchan; + float lastarbiatarypackettime; //used to mark when packets were sent to prevent mvdsv servers from causing us to disconnect. // private userinfo for sending to masterless servers char userinfo[MAX_INFO_STRING];