Whoops. Don't crash on quit.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3082 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
a4f5def446
commit
a9a4e664f6
1 changed files with 2 additions and 0 deletions
|
@ -1368,6 +1368,8 @@ qboolean FTENET_AddToCollection(ftenet_connections_t *col, char *name, char *add
|
|||
void FTENET_CloseCollection(ftenet_connections_t *col)
|
||||
{
|
||||
int i;
|
||||
if (!col)
|
||||
return;
|
||||
for (i = 0; i < MAX_CONNECTIONS; i++)
|
||||
{
|
||||
if (col->conn[i])
|
||||
|
|
Loading…
Reference in a new issue