From bac038a23ab59e72242f1d8e74230e9084c9b9c3 Mon Sep 17 00:00:00 2001 From: havoc Date: Sat, 19 May 2007 18:42:03 +0000 Subject: [PATCH] fix bug that caused server to send incorrect format of .velocity in svc_clientdata when using "QUAKEDP" protocol git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7318 d7cf8633-e32d-0410-b094-e92efae38249 --- sv_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sv_main.c b/sv_main.c index 20ad4bda..91718963 100644 --- a/sv_main.c +++ b/sv_main.c @@ -1434,7 +1434,7 @@ void SV_WriteClientdataToMessage (client_t *client, prvm_edict_t *ent, sizebuf_t } if (bits & (SU_VELOCITY1<fields.server->velocity[i] * (1.0f / 16.0f))); else MSG_WriteCoord32f(msg, ent->fields.server->velocity[i]); -- 2.39.2