git-svn-id: https://svn.eduke32.com/eduke32@1131 1a8010ca-5511-0410-912e-c29ae57300e0

This commit is contained in:
terminx 2008-11-13 13:58:53 +00:00
parent 95ea7c8146
commit d632500b7d
2 changed files with 3 additions and 1 deletions

View file

@ -81,7 +81,7 @@ ifeq ($(PLATFORM),DARWIN)
endif
ifeq ($(PLATFORM),WINDOWS)
RENDERTYPE ?= WIN
BUILDCFLAGS+= -DHAVE_INTTYPES -march=i686
BUILDCFLAGS+= -DHAVE_INTTYPES
EXESUFFIX=.exe
LIBS+= -lmingwex -lwinmm -L$(DXROOT)/lib -lwsock32 -lcomctl32 #-lshfolder
# STDCPPLIB=-lstdc++

View file

@ -405,6 +405,8 @@ int getpacket(int *other, char *bufptr)
{
if (i != myconnectindex)
{
// FIXME: this is probably not so great
if (udpmode != udpmode_peer) dosendpackets(i);
if (totalclock < lastsendtime[i]) lastsendtime[i] = totalclock;
if (totalclock > lastsendtime[i]+timeoutcount)
{