Browse Source

Update multi.cpp

pull/88/head
Anders Jenbo 7 years ago committed by GitHub
parent
commit
6c1f45c57c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/multi.cpp

2
Source/multi.cpp

@ -308,7 +308,7 @@ int multi_handle_delta()
return FALSE;
}
for (i = 0; i < MAX_PLRS; ++i) {
for (i = 0; i < MAX_PLRS; i++) {
if (sgbSendDeltaTbl[i]) {
sgbSendDeltaTbl[i] = FALSE;
DeltaExportData(i);

Loading…
Cancel
Save