From c0c85e61cdaa1dbe7fb8990cea0938413c1568a2 Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Fri, 19 Jun 2009 21:49:15 +0000 Subject: New minor Q2PRO protocol version 1016. Write entity angles as shorts for Q2PRO clients for smooth ‘func_rotating’ movement. Got rid of U_SOLID32/U_MASK, use msgEsFlags_t exclusively. Always draw ‘paused’ pic when paused. Fixed server side game pausing. Use extended ‘solid’ field when creating baselines for clients with MSG_ES_LONGSOLID bit set. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/mvd_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/mvd_parse.c') diff --git a/source/mvd_parse.c b/source/mvd_parse.c index 1ac3339..f2d74cb 100644 --- a/source/mvd_parse.c +++ b/source/mvd_parse.c @@ -780,7 +780,7 @@ static void MVD_ParsePacketEntities( mvd_t *mvd ) { } #endif - MSG_ParseDeltaEntity( &ent->s, &ent->s, number, bits ); + MSG_ParseDeltaEntity( &ent->s, &ent->s, number, bits, 0 ); // lazily relink even if removed if( bits & RELINK_MASK ) { -- cgit v1.2.3