From 2515d19746123614a04b466a5770d94b4a96c09f Mon Sep 17 00:00:00 2001 From: terminx Date: Wed, 29 Nov 2006 21:49:44 +0000 Subject: [PATCH] Okay, so that was a bad idea. git-svn-id: https://svn.eduke32.com/eduke32@366 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/build/src/mmulti.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymer/build/src/mmulti.c b/polymer/build/src/mmulti.c index 7a9a9bb7b..3f92278d0 100644 --- a/polymer/build/src/mmulti.c +++ b/polymer/build/src/mmulti.c @@ -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;