part 1 of slist fixup, added ping and game filtering, also fixed some potential bugs. flame me later

This commit is contained in:
Chris Ison 2001-06-17 08:14:22 +00:00
parent 0bb5db78af
commit 3456b5f479
3 changed files with 188 additions and 154 deletions

View file

@ -1101,7 +1101,7 @@ CL_Init (void)
CL_TEnts_Init ();
Pmove_Init ();
SList_Init ();
SL_Init ();
// register our commands
Cmd_AddCommand ("version", CL_Version_f, "Report version information");