Be more verbose about 'error 101' - when using the server browser on machines with unroutable ipv6.
Fix some issues reported by xaGe including a serious linux one. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5225 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
986131b191
commit
cfa28262b4
6 changed files with 30 additions and 15 deletions
|
@ -408,7 +408,7 @@ static void SL_PreDraw (menu_t *menu)
|
|||
info->numslots = Master_NumSorted();
|
||||
snprintf(info->refreshtext, sizeof(info->refreshtext), "Refresh - %u/%u/%u\n", info->numslots, Master_NumAlive(), Master_TotalCount());
|
||||
}
|
||||
void NET_SendPollPacket(int len, void *data, netadr_t to);
|
||||
qboolean NET_SendPollPacket(int len, void *data, netadr_t to);
|
||||
static void SL_PostDraw (menu_t *menu)
|
||||
{
|
||||
static char *helpstrings[] =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue