1
0
Fork 0
forked from fte/fteqw

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
This commit is contained in:
TimeServ 2009-04-18 21:21:27 +00:00
parent 444f2dc7aa
commit 5381de8bd5

View file

@ -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;