From 5381de8bd5dbc947e469246d73e53b1bc39d3155 Mon Sep 17 00:00:00 2001 From: TimeServ Date: Sat, 18 Apr 2009 21:21:27 +0000 Subject: [PATCH] set splitclients to 1 for q2 sendcmd git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3172 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/cl_input.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/client/cl_input.c b/engine/client/cl_input.c index a08fdbeb2..ac3d9f863 100644 --- a/engine/client/cl_input.c +++ b/engine/client/cl_input.c @@ -1231,6 +1231,8 @@ qboolean CL_SendCmdQ2 (sizebuf_t *buf) seq_hash = cls.netchan.outgoing_sequence; + cl.splitclients = 1; + // send this and the previous cmds in the message, so // if the last packet was dropped, it can be recovered i = cls.netchan.outgoing_sequence & UPDATE_MASK;