From 6c1f45c57c3ef7b87d3f1254ca2e2dcc708a4d29 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Wed, 10 Apr 2019 12:47:45 +0200 Subject: [PATCH] Update multi.cpp --- Source/multi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);