From: lordhavoc Date: Sat, 28 Oct 2000 18:45:30 +0000 (+0000) Subject: remove never used svc_playerposition code X-Git-Tag: RELEASE_0_2_0_RC1~955 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d7ded2fd322058b3831b8544baf87873a7242676;p=xonotic%2Fdarkplaces.git remove never used svc_playerposition code git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@65 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sv_main.c b/sv_main.c index d888e5a0..f2bf0ad5 100644 --- a/sv_main.c +++ b/sv_main.c @@ -435,6 +435,7 @@ void SV_WriteEntitiesToClient (edict_t *clent, sizebuf_t *msg) // find the client's PVS VectorAdd (clent->v.origin, clent->v.view_ofs, org); pvs = SV_FatPVS (org); + /* if (dpprotocol) { MSG_WriteByte(msg, svc_playerposition); @@ -442,6 +443,7 @@ void SV_WriteEntitiesToClient (edict_t *clent, sizebuf_t *msg) MSG_WriteFloat(msg, org[1]); MSG_WriteFloat(msg, org[2]); } + */ clentnum = EDICT_TO_PROG(clent); // LordHavoc: for comparison purposes // send over all entities (except the client) that touch the pvs