mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
sw/src/network.cpp: I think that it's safe to enable
the sync check on the slave side in Master/Slave mode.
This commit is contained in:
parent
0f761cdc77
commit
10a5120e40
1 changed files with 3 additions and 3 deletions
|
@ -1393,9 +1393,9 @@ getpackets(void)
|
||||||
j += NumSyncBytes;
|
j += NumSyncBytes;
|
||||||
}
|
}
|
||||||
|
|
||||||
// #if SYNC_TEST //This doesn't work right in this case
|
#if SYNC_TEST
|
||||||
// GetSyncInfoFromPacket(packbufleng, &j, otherconnectindex);
|
GetSyncInfoFromPacket(packbuf, packbufleng, &j, otherconnectindex);
|
||||||
// #endif
|
#endif
|
||||||
|
|
||||||
for (i=connecthead; i>=0; i=connectpoint2[i])
|
for (i=connecthead; i>=0; i=connectpoint2[i])
|
||||||
if (i != myconnectindex)
|
if (i != myconnectindex)
|
||||||
|
|
Loading…
Reference in a new issue