SW: Made a slight stylistic change to GetSyncInfoFromPacket declaration to match actual function.

Patch from Striker.

git-svn-id: https://svn.eduke32.com/eduke32@7519 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2019-04-08 06:27:12 +00:00 committed by Christoph Oelckers
parent 2ce5f1936f
commit c0ad055f6d

View file

@ -111,7 +111,7 @@ SW_AVERAGE_PACKET AveragePacket;
uint8_t syncstat[MAXSYNCBYTES];
//int syncvalhead[MAX_SW_PLAYERS];
int syncvaltail, syncvaltottail;
void GetSyncInfoFromPacket(uint8_t* packbuf, int packbufleng, int *j, int otherconnectindex);
void GetSyncInfoFromPacket(uint8_t *packbuf, int packbufleng, int *j, int otherconnectindex);
// when you set totalclock to 0 also set this one
int ototalclock;