Don't let spammed centerprints/h2plaques result in disconnections.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3598 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2010-08-21 22:12:43 +00:00
parent 4948652e17
commit 2e9336eb91
4 changed files with 61 additions and 38 deletions

View file

@ -417,6 +417,7 @@ typedef struct client_s
int statsi[MAX_CL_STATS];
float statsf[MAX_CL_STATS];
char *statss[MAX_CL_STATS];
char *centerprintstring;
union{ //save space
client_frame_t *frames; // updates can be deltad from here