Readded -extratic for compatibility with launchers

This commit is contained in:
Edward Richardson 2014-08-21 16:41:59 +12:00
parent 530f474673
commit ad0a1ad865

View file

@ -1704,6 +1704,11 @@ void D_CheckNetGame (void)
Printf("Selected " TEXTCOLOR_BLUE "%s" TEXTCOLOR_NORMAL " networking mode. (%s)\n", NetMode == NET_PeerToPeer ? "peer to peer" : "packet server",
v != NULL ? "forced" : "auto");
}
if (Args->CheckParm("-extratic"))
{
net_extratic = 1;
}
}
// [RH] Setup user info