X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=protocol.c;h=6e62bddb0c28f5117816ee4c392df07e83098a96;hb=ae1c97f4f08efad7eea978393eaf0ab418310e20;hp=cfa837bf51d4f6266b72217372c953e1933dad45;hpb=fe0d5dc2d85167fb8042bcb5157e93728e74e53a;p=xonotic%2Fdarkplaces.git diff --git a/protocol.c b/protocol.c index cfa837bf..6e62bddb 100644 --- a/protocol.c +++ b/protocol.c @@ -2038,7 +2038,7 @@ void EntityFrame5_CL_ReadFrame(void) if (developer_networkentities.integer) Con_Printf("recv: svc_entities %i\n", cl.latestframenums[LATESTFRAMENUMS-1]); if (cls.protocol != PROTOCOL_QUAKE && cls.protocol != PROTOCOL_QUAKEDP && cls.protocol != PROTOCOL_NEHAHRAMOVIE && cls.protocol != PROTOCOL_DARKPLACES1 && cls.protocol != PROTOCOL_DARKPLACES2 && cls.protocol != PROTOCOL_DARKPLACES3 && cls.protocol != PROTOCOL_DARKPLACES4 && cls.protocol != PROTOCOL_DARKPLACES5 && cls.protocol != PROTOCOL_DARKPLACES6) - cl.servermovesequence = MSG_ReadLong(); + cls.servermovesequence = MSG_ReadLong(); // read entity numbers until we find a 0x8000 // (which would be remove world entity, but is actually a terminator) while ((n = (unsigned short)MSG_ReadShort()) != 0x8000 && !msg_badread)