From d7ded2fd322058b3831b8544baf87873a7242676 Mon Sep 17 00:00:00 2001 From: lordhavoc Date: Sat, 28 Oct 2000 18:45:30 +0000 Subject: [PATCH] remove never used svc_playerposition code git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@65 d7cf8633-e32d-0410-b094-e92efae38249 --- sv_main.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2