From 8a40b957ddb54ce17179e633ca9d4719424ded59 Mon Sep 17 00:00:00 2001 From: divverent Date: Mon, 6 Oct 2008 06:43:35 +0000 Subject: [PATCH] resend csqc entities COMPLETELY if they became inactive and later active again git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8524 d7cf8633-e32d-0410-b094-e92efae38249 --- protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol.c b/protocol.c index 66b4db3a..3ffdd43e 100644 --- a/protocol.c +++ b/protocol.c @@ -346,7 +346,7 @@ void EntityFrameCSQC_WriteFrame (sizebuf_t *msg, int maxsize, int numstates, con // write the remove message MSG_WriteShort(msg, (unsigned short)number | 0x8000); client->csqcentityscope[number] = 0; - client->csqcentitysendflags[number] = 0; + client->csqcentitysendflags[number] = 0xFFFFFF; // resend completely if it becomes active again if (msg->cursize + 17 >= maxsize) break; } -- 2.39.2