mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
Readded -extratic for compatibility with launchers
This commit is contained in:
parent
530f474673
commit
ad0a1ad865
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue