mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
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:
parent
270d573af3
commit
2515d19746
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue