From: havoc Date: Sat, 19 May 2007 18:42:03 +0000 (+0000) Subject: fix bug that caused server to send incorrect format of .velocity in X-Git-Tag: xonotic-v0.1.0preview~3137 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bac038a23ab59e72242f1d8e74230e9084c9b9c3;p=xonotic%2Fdarkplaces.git 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 --- 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]);