Skip to content

Commit

Permalink
Clarify boolean result of ReorderLevelList()
Browse files Browse the repository at this point in the history
  • Loading branch information
softins committed Nov 21, 2024
1 parent d386e05 commit 4b56a8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<uint16_t>& vecLevelList )
{
Expand Down

0 comments on commit 4b56a8c

Please sign in to comment.