1
0
Fork 0
forked from fte/fteqw

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:
Spoike 2008-12-03 01:57:02 +00:00
parent a4f5def446
commit a9a4e664f6

View file

@ -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])