- some reformatting on exit code, mainly to make searching for the content easier.
This commit is contained in:
parent
f3219ca979
commit
86ab366958
25 changed files with 55 additions and 50 deletions
|
|
@ -1604,7 +1604,7 @@ void D_ArbitrateNetStart (void)
|
|||
StartScreen->NetInit ("Exchanging game information", 1);
|
||||
if (!StartScreen->NetLoop (DoArbitrate, &data))
|
||||
{
|
||||
exit (0);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
if (consoleplayer == Net_Arbitrator)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue