mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +00:00
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:
parent
2ce5f1936f
commit
c0ad055f6d
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ SW_AVERAGE_PACKET AveragePacket;
|
||||||
uint8_t syncstat[MAXSYNCBYTES];
|
uint8_t syncstat[MAXSYNCBYTES];
|
||||||
//int syncvalhead[MAX_SW_PLAYERS];
|
//int syncvalhead[MAX_SW_PLAYERS];
|
||||||
int syncvaltail, syncvaltottail;
|
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
|
// when you set totalclock to 0 also set this one
|
||||||
int ototalclock;
|
int ototalclock;
|
||||||
|
|
Loading…
Reference in a new issue