From 4b56a8cf705c4f772e65dfa282f601ffa1078194 Mon Sep 17 00:00:00 2001 From: Tony Mountifield Date: Thu, 21 Nov 2024 18:37:45 +0000 Subject: [PATCH] Clarify boolean result of ReorderLevelList() --- src/client.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/client.cpp b/src/client.cpp index 7e3a3c1cce..561fa5935b 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1574,6 +1574,9 @@ int CClient::FindClientChannel ( const int iServerChannelID, const bool bCreateI // // The list size is checked against the current number of active channels to guard against // any unexpected temporary mismatch in size due to potential out-of-order message delivery. +// +// This function returns true if the list has been processed and should be passed on, +// or false if it was the wrong size and should be discarded. bool CClient::ReorderLevelList ( CVector& vecLevelList ) {