Okay, so that was a bad idea.

git-svn-id: https://svn.eduke32.com/eduke32@366 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2006-11-29 21:49:44 +00:00
parent 270d573af3
commit 2515d19746

View file

@ -596,7 +596,7 @@ void dosendpackets (long other) //Host to send intially, client to send to other
tims = GetTickCount();
if (tims < lastsendtims[other]) lastsendtims[other] = tims;
// if (tims < lastsendtims[other]+1000/PAKRATE) return;
if (tims < lastsendtims[other]+1000/PAKRATE) return;
lastsendtims[other] = tims;
k = 2;