diff options
Diffstat (limited to 'src/engine/client/srvbrowse.h')
| -rw-r--r-- | src/engine/client/srvbrowse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/client/srvbrowse.h b/src/engine/client/srvbrowse.h index c00ce752..b3d0f9ed 100644 --- a/src/engine/client/srvbrowse.h +++ b/src/engine/client/srvbrowse.h @@ -93,6 +93,7 @@ private: bool SortComparePing(int Index1, int Index2) const; bool SortCompareGametype(int Index1, int Index2) const; bool SortCompareNumPlayers(int Index1, int Index2) const; + bool SortCompareNumClients(int Index1, int Index2) const; // void Filter(); |