Sort the server list */
| 318 | |
| 319 | /** Sort the server list */ |
| 320 | void SortNetworkGameList() |
| 321 | { |
| 322 | if (this->servers.Sort()) this->UpdateListPos(); |
| 323 | } |
| 324 | |
| 325 | /** Set this->list_pos to match this->server */ |
| 326 | void UpdateListPos() |
no test coverage detected