1
0
Fork 0
forked from fte/fteqw

Removed a pretty pointless print.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1559 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-11-04 15:45:41 +00:00
parent c47a3ae99a
commit 83185125a9

View file

@ -1601,7 +1601,6 @@ void SV_UpdateToReliableMessages (void)
{
if (ISQWCLIENT(host_client))
{
Con_Printf("svc_entgravity\n");
sp = SV_SplitClientDest(host_client, svc_entgravity, 5);
ClientReliableWrite_Float(sp, newval/movevars.gravity); //lie to the client in a cunning way
}