diff --git a/Source/multi.cpp b/Source/multi.cpp index a39bafbb8..a9bd29d14 100644 --- a/Source/multi.cpp +++ b/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);